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 e3206c9 commit fa7a576Copy full SHA for fa7a576
test/functional/test_runner.py
@@ -188,8 +188,7 @@
188
'rpc_decodescript.py',
189
'rpc_blockchain.py',
190
'rpc_deprecated.py',
191
- 'wallet_disable.py --legacy-wallet',
192
- 'wallet_disable.py --descriptors',
+ 'wallet_disable.py',
193
'p2p_addr_relay.py',
194
'p2p_getaddr_caching.py',
195
'p2p_getdata.py',
@@ -309,8 +308,7 @@
309
308
'feature_txindex_compatibility.py',
310
'feature_logging.py',
311
'feature_anchors.py',
312
- 'feature_coinstatsindex.py --legacy-wallet',
313
- 'feature_coinstatsindex.py --descriptors',
+ 'feature_coinstatsindex.py',
314
'wallet_orphanedreward.py',
315
'wallet_timelock.py',
316
'p2p_node_network_limited.py',
0 commit comments