aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorPieter Wuille <pieter@wuille.net>2021-02-27 20:34:09 -0800
committerPieter Wuille <pieter@wuille.net>2021-05-24 14:59:34 -0700
commit2667366aaa69447a9de4d819669d254a5ebd4d4b (patch)
tree386ee7c80459a1a5b319b0f85119ed964fa80ca3 /test/functional/test_runner.py
parent7cedafc5412857404e9a6c3450b100cb8ee4081a (diff)
downloadbitcoin-2667366aaa69447a9de4d819669d254a5ebd4d4b.tar.xz
tests: check derivation of P2TR
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
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',