mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +01:00
[test] only run feature_rbf.py once
There is no need to run this test twice with --descriptors and --legacy-wallet, as it doesn't ever use the wallet.
This commit is contained in:
parent
ea67232cdb
commit
667401a855
1 changed files with 1 additions and 2 deletions
|
@ -231,8 +231,7 @@ BASE_SCRIPTS = [
|
|||
'rpc_getblockfrompeer.py',
|
||||
'rpc_invalidateblock.py',
|
||||
'feature_utxo_set_hash.py',
|
||||
'feature_rbf.py --legacy-wallet',
|
||||
'feature_rbf.py --descriptors',
|
||||
'feature_rbf.py',
|
||||
'mempool_packages.py',
|
||||
'mempool_package_onemore.py',
|
||||
'rpc_createmultisig.py',
|
||||
|
|
Loading…
Add table
Reference in a new issue