test: add functional test for multisig flow with descriptor wallets and PSBTs

This commit is contained in:
Michael Dietz
2021-05-26 10:36:02 -04:00
parent 803ef70fd9
commit 1f20501efc
2 changed files with 144 additions and 0 deletions

View File

@@ -204,6 +204,7 @@ BASE_SCRIPTS = [
'feature_assumevalid.py',
'example_test.py',
'wallet_txn_doublespend.py --legacy-wallet',
'wallet_multisig_descriptor_psbt.py',
'wallet_txn_doublespend.py --descriptors',
'feature_backwards_compatibility.py --legacy-wallet',
'feature_backwards_compatibility.py --descriptors',