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