From 5d536619abda745c298fd827a856df775f223241 Mon Sep 17 00:00:00 2001 From: John Newbery Date: Tue, 24 Apr 2018 14:50:00 -0500 Subject: [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 --- test/functional/wallet_listsinceblock.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/functional/wallet_listsinceblock.py') 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) -- cgit v1.2.3