Skip to content

Commit cdf900c

Browse files
committed
Document need_vin_vout_mismatch argument to make_spender
1 parent 18246ed commit cdf900c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/functional/feature_taproot.py

+2
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,8 @@ def make_spender(comment, *, tap=None, witv0=False, script=None, pkh=None, p2sh=
444444
* standard: whether the (valid version of) spending is expected to be standard
445445
* err_msg: a string with an expected error message for failure (or None, if not cared about)
446446
* sigops_weight: the pre-taproot sigops weight consumed by a successful spend
447+
* need_vin_vout_mismatch: whether this test requires being tested in a transaction input that has no corresponding
448+
transaction output.
447449
"""
448450

449451
conf = dict()

0 commit comments

Comments
 (0)