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_labels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/wallet_labels.py') diff --git a/test/functional/wallet_labels.py b/test/functional/wallet_labels.py index 90eefc0438..0def2f1643 100755 --- a/test/functional/wallet_labels.py +++ b/test/functional/wallet_labels.py @@ -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] -- cgit v1.2.3