commit fa4e3049d24bddbefa72cc0bd84e7a2d82797273
parent 80690b127478b0c631953ba856f676b36d238cb2
Author: William Casarin <jb55@jb55.com>
Date: Wed, 27 Dec 2017 18:01:43 -0800
segwit minimal if link
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/script.c b/script.c
@@ -216,6 +216,7 @@ script_eval(const u8 *script, size_t script_size, struct stack *stack,
SCRIPTERR("UNBALANCED_CONDITIONAL");
struct val val = stack_top_val(stack, -1);
// TODO: minimal if?
+ // https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2016-August/013014.html
/* if (sigversion == SIGVERSION_WITNESS_V0 && (flags & SCRIPT_VERIFY_MINIMALIF)) { */
/* if (vch.size() > 1) */
/* SCRIPTERR(MINIMALIF); */