aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_bumpfee_totalfee_deprecation.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/wallet_bumpfee_totalfee_deprecation.py')
-rwxr-xr-xtest/functional/wallet_bumpfee_totalfee_deprecation.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/wallet_bumpfee_totalfee_deprecation.py b/test/functional/wallet_bumpfee_totalfee_deprecation.py
index af6e7b67b3..b8e097c32e 100755
--- a/test/functional/wallet_bumpfee_totalfee_deprecation.py
+++ b/test/functional/wallet_bumpfee_totalfee_deprecation.py
@@ -16,7 +16,6 @@ class BumpFeeWithTotalFeeArgumentDeprecationTest(BitcoinTestFramework):
"-walletrbf={}".format(i),
"-mintxfee=0.00002",
] for i in range(self.num_nodes)]
- self.supports_cli = False
def skip_test_if_missing_module(self):
self.skip_if_no_wallet()