diff options
author | John Newbery <john@johnnewbery.com> | 2018-04-24 14:50:00 -0500 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2018-05-02 17:53:23 -0400 |
commit | 5d536619abda745c298fd827a856df775f223241 (patch) | |
tree | e7fabb22764c621d95777a4009ec35044afe3d9d /test/functional/wallet_listsinceblock.py | |
parent | baf6b4e3f956e5a612aa2385660e7c020f2c5c39 (diff) |
[tests] Remove 'account' API from wallet functional tests
Removes usage of account API from the following functional tests:
- wallet_listreceivedby.py
- wallet_basic.py
- wallet_keypool_topup.py
- wallet_txn_clone.py
- wallet_listsinceblock.py
- wallet_import_rescan.py
- wallet_listtransactions.py
- wallet_txn_doublespend.py
Diffstat (limited to 'test/functional/wallet_listsinceblock.py')
-rwxr-xr-x | test/functional/wallet_listsinceblock.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/wallet_listsinceblock.py b/test/functional/wallet_listsinceblock.py index 50a3313e2f..63c179411c 100755 --- a/test/functional/wallet_listsinceblock.py +++ b/test/functional/wallet_listsinceblock.py @@ -11,7 +11,6 @@ class ListSinceBlockTest (BitcoinTestFramework): def set_test_params(self): self.num_nodes = 4 self.setup_clean_chain = True - self.extra_args = [['-deprecatedrpc=accounts']] * 4 def run_test(self): self.nodes[2].generate(101) |