mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-04 13:55:23 -05:00
test: add feature_rbf.py --descriptors to test_runner.py
This commit is contained in:
parent
166f8ec28e
commit
b79dbe86a9
1 changed files with 2 additions and 1 deletions
|
@ -217,7 +217,8 @@ BASE_SCRIPTS = [
|
|||
'rpc_getblockfilter.py',
|
||||
'rpc_invalidateblock.py',
|
||||
'feature_utxo_set_hash.py',
|
||||
'feature_rbf.py',
|
||||
'feature_rbf.py --legacy-wallet',
|
||||
'feature_rbf.py --descriptors',
|
||||
'mempool_packages.py',
|
||||
'mempool_package_onemore.py',
|
||||
'rpc_createmultisig.py --legacy-wallet',
|
||||
|
|
Loading…
Add table
Reference in a new issue