feat: enable descriptor wallets for more tests

Enables for rpc_quorum.py, feature_notifications.py

see #5981, it partial revert of b20f812674
This commit is contained in:
Konstantin Akimov 2024-04-24 22:18:42 +07:00
parent 5ab108c982
commit 838d06f2fd
No known key found for this signature in database
GPG Key ID: 2176C4A5D01EA524

View File

@ -151,6 +151,7 @@ BASE_SCRIPTS = [
'feature_abortnode.py', 'feature_abortnode.py',
# vv Tests less than 30s vv # vv Tests less than 30s vv
'rpc_quorum.py --legacy-wallet', 'rpc_quorum.py --legacy-wallet',
'rpc_quorum.py --descriptors',
'wallet_keypool_topup.py --legacy-wallet', 'wallet_keypool_topup.py --legacy-wallet',
'wallet_keypool_topup.py --descriptors', 'wallet_keypool_topup.py --descriptors',
'feature_fee_estimation.py', 'feature_fee_estimation.py',
@ -227,7 +228,7 @@ BASE_SCRIPTS = [
'feature_backwards_compatibility.py --legacy-wallet', 'feature_backwards_compatibility.py --legacy-wallet',
'feature_backwards_compatibility.py --descriptors', 'feature_backwards_compatibility.py --descriptors',
'wallet_txn_clone.py --mineblock', 'wallet_txn_clone.py --mineblock',
'feature_notifications.py --legacy-wallet', 'feature_notifications.py',
'rpc_getblockfilter.py', 'rpc_getblockfilter.py',
'rpc_invalidateblock.py', 'rpc_invalidateblock.py',
'feature_txindex.py', 'feature_txindex.py',