diff options
author | Michael Dietz <michael.dietz@waya.ai> | 2021-05-26 10:36:02 -0400 |
---|---|---|
committer | Michael Dietz <michael.dietz@waya.ai> | 2021-08-16 10:43:07 +0500 |
commit | 1f20501efce041d34e63ab9a11359bedf4a82cd5 (patch) | |
tree | dff6422e7126a4ded19b5d8f99c4f3285180b1eb /test/functional/test_runner.py | |
parent | 803ef70fd9f65ef800567ff9456fac525bc3e3c2 (diff) |
test: add functional test for multisig flow with descriptor wallets and PSBTs
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 1a1a6a263a..ade8bf2aa9 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -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', |