aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_segwit.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/feature_segwit.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/feature_segwit.py')
-rwxr-xr-xtest/functional/feature_segwit.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/feature_segwit.py b/test/functional/feature_segwit.py
index bf3c56228e..82c7e55245 100755
--- a/test/functional/feature_segwit.py
+++ b/test/functional/feature_segwit.py
@@ -72,7 +72,6 @@ class SegWitTest(BitcoinTestFramework):
"-addresstype=legacy",
],
]
- self.supports_cli = False
def skip_test_if_missing_module(self):
self.skip_if_no_wallet()