From ed3acda33b75d1b546ee696a63def239bcdd62de Mon Sep 17 00:00:00 2001 From: Russell Yanofsky Date: Mon, 28 Sep 2020 20:24:06 -0400 Subject: test, refactor: add default_wallet_name and wallet_data_filename variables No changes in behavior --- test/functional/test_framework/test_framework.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/functional/test_framework/test_framework.py') diff --git a/test/functional/test_framework/test_framework.py b/test/functional/test_framework/test_framework.py index f41f5129b8..100be26c59 100755 --- a/test/functional/test_framework/test_framework.py +++ b/test/functional/test_framework/test_framework.py @@ -102,6 +102,8 @@ class BitcoinTestFramework(metaclass=BitcoinTestMetaClass): self.rpc_timeout = 60 # Wait for up to 60 seconds for the RPC server to respond self.supports_cli = True self.bind_to_localhost_only = True + self.default_wallet_name = "" + self.wallet_data_filename = "wallet.dat" self.set_test_params() self.parse_args() if self.options.timeout_factor == 0 : -- cgit v1.2.3