aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_createwallet.py
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2019-12-06 13:22:04 +0000
committerpracticalswift <practicalswift@users.noreply.github.com>2019-12-06 15:24:06 +0000
commit5ac804a9eb0cdbdcff8b50ecfb736f8793cab805 (patch)
treee6a609766a3d805b7ef1772b406faebf22269bf4 /test/functional/wallet_createwallet.py
parent993e38a4e2fa66093314b988dfbe459f46aa5864 (diff)
downloadbitcoin-5ac804a9eb0cdbdcff8b50ecfb736f8793cab805.tar.xz
tests: Use a default of supports_cli=True (instead of supports_cli=False)
Diffstat (limited to 'test/functional/wallet_createwallet.py')
-rwxr-xr-xtest/functional/wallet_createwallet.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/wallet_createwallet.py b/test/functional/wallet_createwallet.py
index e302e499f4..048b3127ff 100755
--- a/test/functional/wallet_createwallet.py
+++ b/test/functional/wallet_createwallet.py
@@ -15,7 +15,6 @@ class CreateWalletTest(BitcoinTestFramework):
def set_test_params(self):
self.setup_clean_chain = False
self.num_nodes = 1
- self.supports_cli = True
def skip_test_if_missing_module(self):
self.skip_if_no_wallet()