aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_crosschain.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/wallet_crosschain.py')
-rwxr-xr-xtest/functional/wallet_crosschain.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/functional/wallet_crosschain.py b/test/functional/wallet_crosschain.py
index b6d0c87985..4e1f2e489c 100755
--- a/test/functional/wallet_crosschain.py
+++ b/test/functional/wallet_crosschain.py
@@ -9,6 +9,9 @@ from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import assert_raises_rpc_error
class WalletCrossChain(BitcoinTestFramework):
+ def add_options(self, parser):
+ self.add_wallet_options(parser)
+
def set_test_params(self):
self.num_nodes = 2
self.setup_clean_chain = True