aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_fundrawtransaction.py
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2019-12-09 15:02:50 -0500
committerfanquake <fanquake@gmail.com>2019-12-09 15:14:20 -0500
commitb6f9e3576a1ea18572e4803aeb3f39330f0cb759 (patch)
treea37a8044b58bd02b1609d7ef86b36bfbe5740980 /test/functional/rpc_fundrawtransaction.py
parent347dd76ec87ddbd1913dc7b57729793ac3bb1ab9 (diff)
downloadbitcoin-b6f9e3576a1ea18572e4803aeb3f39330f0cb759.tar.xz
test: re-enable CLI test support by using EncodeDecimal in json.dumps()
As mentioned in https://github.com/bitcoin/bitcoin/pull/17675#issuecomment-563188648
Diffstat (limited to 'test/functional/rpc_fundrawtransaction.py')
-rwxr-xr-xtest/functional/rpc_fundrawtransaction.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/rpc_fundrawtransaction.py b/test/functional/rpc_fundrawtransaction.py
index 3ae42cb1f4..6f1ae0d3ba 100755
--- a/test/functional/rpc_fundrawtransaction.py
+++ b/test/functional/rpc_fundrawtransaction.py
@@ -31,7 +31,6 @@ class RawTransactionsTest(BitcoinTestFramework):
# This test isn't testing tx relay. Set whitelist on the peers for
# instant tx relay.
self.extra_args = [['-whitelist=127.0.0.1']] * self.num_nodes
- self.supports_cli = False
def skip_test_if_missing_module(self):
self.skip_if_no_wallet()