test: re-enable CLI test support by using EncodeDecimal in json.dumps()

As mentioned in
https://github.com/bitcoin/bitcoin/pull/17675#issuecomment-563188648
This commit is contained in:
fanquake
2019-12-09 15:02:50 -05:00
parent 347dd76ec8
commit b6f9e3576a
14 changed files with 7 additions and 13 deletions

View File

@@ -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()