1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-16 04:59:35 +00:00

CH08: fix broken reference

This commit is contained in:
David A. Harding 2023-06-28 16:24:03 -10:00
parent bbf3229b02
commit 60f25a5985

View File

@ -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 <Abdul the Lawyer's Pubkey> OP_CHECKSIG
13 OP_ENDIF
----
====
Mohammed's script implements three execution paths using nested
+OP_IF...OP_ELSE+ flow control clauses.