tests: Tests for inactive HD chains

test cases are added for inactive HD chains: a basic case, a case
where the wallet is encrypted, and a case for the 21605 segfault.
This commit is contained in:
Andrew Chow
2021-10-18 16:24:24 -04:00
parent 8077862c5e
commit c4d76c6faa
3 changed files with 151 additions and 0 deletions

View File

@@ -279,6 +279,7 @@ BASE_SCRIPTS = [
'wallet_send.py --descriptors',
'wallet_create_tx.py --descriptors',
'wallet_taproot.py',
'wallet_inactive_hdchains.py',
'p2p_fingerprint.py',
'feature_uacomment.py',
'feature_init.py',