From 123652efb9bb5580f7f3007365222429833771b4 Mon Sep 17 00:00:00 2001 From: rating89us <45968869+rating89us@users.noreply.github.com> Date: Thu, 25 Feb 2021 22:38:51 +0100 Subject: [PATCH] ch07: must be satisfied to unlock it --- ch07.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch07.asciidoc b/ch07.asciidoc index 74b3d70f..0aab28b9 100644 --- a/ch07.asciidoc +++ b/ch07.asciidoc @@ -464,7 +464,7 @@ When reading Bitcoin Script, remember that the condition being evaluated comes _ ((("guard clauses")))Unlike an +IF+ clause, which offers alternative execution paths, the +VERIFY+ suffix acts as a _guard clause_, continuing only if a precondition is met. -For example, the following script requires Bob's signature and a pre-image (secret) that produces a specific hash. Both conditions must be satisfied to unlock: +For example, the following script requires Bob's signature and a pre-image (secret) that produces a specific hash. Both conditions must be satisfied to unlock it: .A redeem script with an +EQUALVERIFY+ guard clause. ----