We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7ce87 commit 5016294Copy full SHA for 5016294
test/functional/test_runner.py
@@ -105,7 +105,6 @@
105
'rpc_fundrawtransaction.py --legacy-wallet',
106
'rpc_fundrawtransaction.py --legacy-wallet --nohd',
107
'rpc_fundrawtransaction.py --descriptors',
108
- 'wallet_multiwallet.py --usecli',
109
'p2p_quorum_data.py',
110
# vv Tests less than 2m vv
111
'p2p_instantsend.py',
@@ -174,6 +173,7 @@
174
173
'mempool_persist.py',
175
'wallet_multiwallet.py --legacy-wallet',
176
'wallet_multiwallet.py --descriptors',
+ 'wallet_multiwallet.py --usecli',
177
'wallet_createwallet.py --legacy-wallet',
178
'wallet_createwallet.py --usecli',
179
'wallet_createwallet.py --descriptors',
0 commit comments