diff options
author | Pieter Wuille <pieter@wuille.net> | 2021-02-27 20:34:09 -0800 |
---|---|---|
committer | Pieter Wuille <pieter@wuille.net> | 2021-05-24 14:59:34 -0700 |
commit | 2667366aaa69447a9de4d819669d254a5ebd4d4b (patch) | |
tree | 386ee7c80459a1a5b319b0f85119ed964fa80ca3 /test/functional/test_runner.py | |
parent | 7cedafc5412857404e9a6c3450b100cb8ee4081a (diff) |
tests: check derivation of P2TR
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 00527e78f1..acbbc21979 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -260,6 +260,7 @@ BASE_SCRIPTS = [ 'wallet_send.py --legacy-wallet', 'wallet_send.py --descriptors', 'wallet_create_tx.py --descriptors', + 'wallet_taproot.py', 'p2p_fingerprint.py', 'feature_uacomment.py', 'wallet_coinbase_category.py --legacy-wallet', |