aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorAyush Sharma <mrayushs933@gmail.com>2022-03-22 14:17:51 +0530
committerAyush Sharma <mrayushs933@gmail.com>2022-03-22 14:17:51 +0530
commit2726b60a3ac098b44f2970bed21147b70e12a1c2 (patch)
treeb5c8646d6c10ad99f94b990b5b74253cb4a3a5c7 /test/functional/test_runner.py
parent3617d225628f629bbfa686937edf63f66f12e138 (diff)
downloadbitcoin-2726b60a3ac098b44f2970bed21147b70e12a1c2.tar.xz
test: use MiniWallet for rpc_createmultisig.py
This test can now be run even with the Bitcoin Core wallet disabled.
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index b0f24e3b97..52b4ead7f4 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -225,8 +225,7 @@ BASE_SCRIPTS = [
'feature_rbf.py --descriptors',
'mempool_packages.py',
'mempool_package_onemore.py',
- 'rpc_createmultisig.py --legacy-wallet',
- 'rpc_createmultisig.py --descriptors',
+ 'rpc_createmultisig.py',
'rpc_packages.py',
'mempool_package_limits.py',
'feature_versionbits_warning.py',