From 3db1ba01c783c1e35782405750c308be2b6171e3 Mon Sep 17 00:00:00 2001 From: John Newbery Date: Mon, 16 Apr 2018 13:53:35 -0400 Subject: [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. --- test/functional/wallet_importprunedfunds.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/wallet_importprunedfunds.py') diff --git a/test/functional/wallet_importprunedfunds.py b/test/functional/wallet_importprunedfunds.py index 4d349db23f..283acc8035 100755 --- a/test/functional/wallet_importprunedfunds.py +++ b/test/functional/wallet_importprunedfunds.py @@ -10,6 +10,7 @@ class ImportPrunedFundsTest(BitcoinTestFramework): def set_test_params(self): self.setup_clean_chain = True self.num_nodes = 2 + self.extra_args = [['-deprecatedrpc=accounts']] * 2 def run_test(self): self.log.info("Mining blocks...") -- cgit v1.2.3