mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-11 03:53:22 +02:00
Fix wallet_send.py wallet setup to work with descriptors
Fixes the wallet setup so this test works with descriptor wallets. Also enabled explicit descriptor and legacy wallet testing in the test runner.
This commit is contained in:
@@ -252,7 +252,8 @@ BASE_SCRIPTS = [
|
||||
'rpc_estimatefee.py',
|
||||
'rpc_getblockstats.py',
|
||||
'wallet_create_tx.py --legacy-wallet',
|
||||
'wallet_send.py',
|
||||
'wallet_send.py --legacy-wallet',
|
||||
'wallet_send.py --descriptors',
|
||||
'wallet_create_tx.py --descriptors',
|
||||
'p2p_fingerprint.py',
|
||||
'feature_uacomment.py',
|
||||
|
Reference in New Issue
Block a user