From cdf900cbf26db05c7edb398ea645f1d23049d810 Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Tue, 20 Oct 2020 15:11:07 -0700 Subject: [PATCH] Document need_vin_vout_mismatch argument to make_spender --- test/functional/feature_taproot.py | 2 ++ 1 file changed, 2 insertions(+) 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()