mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-23 11:32:50 +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:
@@ -18,6 +18,7 @@ def txFromHex(hexstring):
|
||||
class ListTransactionsTest(BitcoinTestFramework):
|
||||
def set_test_params(self):
|
||||
self.num_nodes = 2
|
||||
self.extra_args = [['-deprecatedrpc=accounts']] * 2
|
||||
self.enable_mocktime()
|
||||
|
||||
def run_test(self):
|
||||
|
Reference in New Issue
Block a user