mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-06-25 09:22:38 +00:00
CH08: fix broken reference
This commit is contained in:
parent
bbf3229b02
commit
60f25a5985
@ -1247,6 +1247,7 @@ number prefixed as XX):
|
|||||||
|
|
||||||
[[variable_timelock_multisig]]
|
[[variable_timelock_multisig]]
|
||||||
.Variable Multi-Signature with Timelock
|
.Variable Multi-Signature with Timelock
|
||||||
|
====
|
||||||
----
|
----
|
||||||
01 OP_IF
|
01 OP_IF
|
||||||
02 OP_IF
|
02 OP_IF
|
||||||
@ -1262,6 +1263,7 @@ number prefixed as XX):
|
|||||||
12 <Abdul the Lawyer's Pubkey> OP_CHECKSIG
|
12 <Abdul the Lawyer's Pubkey> OP_CHECKSIG
|
||||||
13 OP_ENDIF
|
13 OP_ENDIF
|
||||||
----
|
----
|
||||||
|
====
|
||||||
|
|
||||||
Mohammed's script implements three execution paths using nested
|
Mohammed's script implements three execution paths using nested
|
||||||
+OP_IF...OP_ELSE+ flow control clauses.
|
+OP_IF...OP_ELSE+ flow control clauses.
|
||||||
|
Loading…
Reference in New Issue
Block a user