mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-28 18:15:05 +02:00
[tests] Set -deprecatedrpc=accounts in tests
Future commits will deprecate the accounts RPC methods, arguments and return objects. Set the -deprecatedrpc=accounts switch now so tests don't break in intermediate commits.
This commit is contained in:
@@ -21,7 +21,7 @@ class WalletLabelsTest(BitcoinTestFramework):
|
||||
def set_test_params(self):
|
||||
self.setup_clean_chain = True
|
||||
self.num_nodes = 1
|
||||
self.extra_args = [[]]
|
||||
self.extra_args = [['-deprecatedrpc=accounts']]
|
||||
|
||||
def run_test(self):
|
||||
node = self.nodes[0]
|
||||
|
Reference in New Issue
Block a user