mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-18 16:42:54 +01:00
Merge bitcoin/bitcoin#26107: [test] only run feature_rbf.py once
667401a855[test] only run feature_rbf.py once (glozow) Pull request description: There is no need to run this test twice with --descriptors and --legacy-wallet, as it doesn't use the wallet. ACKs for top commit: aureleoules: ACK667401a855. theStack: ACK667401a855brunoerg: ACK667401a855Tree-SHA512: 339213159fac29ebc5678461fae41645aed57877d5525e8ca4755890b869a17ae0bea3f590114769c84b71a7df20c59c9530ab8b327912151c82ec58022f7e71
This commit is contained in:
@@ -231,8 +231,7 @@ BASE_SCRIPTS = [
|
|||||||
'rpc_getblockfrompeer.py',
|
'rpc_getblockfrompeer.py',
|
||||||
'rpc_invalidateblock.py',
|
'rpc_invalidateblock.py',
|
||||||
'feature_utxo_set_hash.py',
|
'feature_utxo_set_hash.py',
|
||||||
'feature_rbf.py --legacy-wallet',
|
'feature_rbf.py',
|
||||||
'feature_rbf.py --descriptors',
|
|
||||||
'mempool_packages.py',
|
'mempool_packages.py',
|
||||||
'mempool_package_onemore.py',
|
'mempool_package_onemore.py',
|
||||||
'rpc_createmultisig.py',
|
'rpc_createmultisig.py',
|
||||||
|
|||||||
Reference in New Issue
Block a user