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/rpc_txoutproof.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/functional/rpc_txoutproof.py') diff --git a/test/functional/rpc_txoutproof.py b/test/functional/rpc_txoutproof.py index 9f15971171..8913b8698d 100755 --- a/test/functional/rpc_txoutproof.py +++ b/test/functional/rpc_txoutproof.py @@ -14,7 +14,6 @@ class MerkleBlockTest(BitcoinTestFramework): self.setup_clean_chain = True # Nodes 0/1 are "wallet" nodes, Nodes 2/3 are used for testing self.extra_args = [[], [], [], ["-txindex"]] - self.supports_cli = False def skip_test_if_missing_module(self): self.skip_if_no_wallet() -- cgit v1.2.3