rpc, wallet: Include information about blank flag

This allows us to test that the blank flag is being set appropriately.
This commit is contained in:
Andrew Chow
2022-07-18 12:15:53 -04:00
committed by Andrew Chow
parent da9f62f912
commit e9379f1ffa
3 changed files with 176 additions and 0 deletions

View File

@@ -166,6 +166,8 @@ BASE_SCRIPTS = [
'p2p_compactblocks_blocksonly.py',
'wallet_hd.py --legacy-wallet',
'wallet_hd.py --descriptors',
'wallet_blank.py --legacy-wallet',
'wallet_blank.py --descriptors',
'wallet_keypool_topup.py --legacy-wallet',
'wallet_keypool_topup.py --descriptors',
'wallet_fast_rescan.py --descriptors',