From b6f9e3576a1ea18572e4803aeb3f39330f0cb759 Mon Sep 17 00:00:00 2001 From: fanquake Date: Mon, 9 Dec 2019 15:02:50 -0500 Subject: test: re-enable CLI test support by using EncodeDecimal in json.dumps() As mentioned in https://github.com/bitcoin/bitcoin/pull/17675#issuecomment-563188648 --- test/functional/wallet_bumpfee_totalfee_deprecation.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/functional/wallet_bumpfee_totalfee_deprecation.py') 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() -- cgit v1.2.3