From 60f25a5985c78f72a6b61cde55b5962de3c65581 Mon Sep 17 00:00:00 2001 From: "David A. Harding" Date: Wed, 28 Jun 2023 16:24:03 -1000 Subject: [PATCH] CH08: fix broken reference --- chapters/authorization-authentication.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chapters/authorization-authentication.adoc b/chapters/authorization-authentication.adoc index 4dce36eb..0404e0b7 100644 --- a/chapters/authorization-authentication.adoc +++ b/chapters/authorization-authentication.adoc @@ -1247,6 +1247,7 @@ number prefixed as XX): [[variable_timelock_multisig]] .Variable Multi-Signature with Timelock +==== ---- 01 OP_IF 02 OP_IF @@ -1262,6 +1263,7 @@ number prefixed as XX): 12 OP_CHECKSIG 13 OP_ENDIF ---- +==== Mohammed's script implements three execution paths using nested +OP_IF...OP_ELSE+ flow control clauses.