aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_taproot.py
diff options
context:
space:
mode:
authorPieter Wuille <pieter@wuille.net>2020-10-20 15:11:07 -0700
committerPieter Wuille <pieter@wuille.net>2020-11-26 14:56:25 -0800
commitcdf900cbf26db05c7edb398ea645f1d23049d810 (patch)
tree3f72cee7c874fa58f45633272b3ec3f1f901ec79 /test/functional/feature_taproot.py
parent18246ed5f09dd078fa1410b7ec2ba4379cc5e032 (diff)
downloadbitcoin-cdf900cbf26db05c7edb398ea645f1d23049d810.tar.xz
Document need_vin_vout_mismatch argument to make_spender
Diffstat (limited to 'test/functional/feature_taproot.py')
-rwxr-xr-xtest/functional/feature_taproot.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/feature_taproot.py b/test/functional/feature_taproot.py
index 0f0fe8a34a..116eb7e3d7 100755
--- a/test/functional/feature_taproot.py
+++ b/test/functional/feature_taproot.py
@@ -444,6 +444,8 @@ def make_spender(comment, *, tap=None, witv0=False, script=None, pkh=None, p2sh=
* standard: whether the (valid version of) spending is expected to be standard
* err_msg: a string with an expected error message for failure (or None, if not cared about)
* sigops_weight: the pre-taproot sigops weight consumed by a successful spend
+ * need_vin_vout_mismatch: whether this test requires being tested in a transaction input that has no corresponding
+ transaction output.
"""
conf = dict()