1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 16:18:11 +00:00

Edited ch07_authorization-authentication.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-19 11:31:03 +00:00
parent 75e06d8bc6
commit 1de2e41246

View File

@ -1020,7 +1020,7 @@ comes _before_ the +IF+ opcode.
==== Conditional Clauses with VERIFY Opcodes
Another
form of conditional in Bitcoin Script is any opcode that ends in
form of ((("VERIFY opcodes")))((("guard clauses in scripts")))conditional in Bitcoin Script is any opcode that ends in
+VERIFY+. The +VERIFY+ suffix means that if the condition evaluated is
not +TRUE+, execution of the script terminates immediately and the
transaction is deemed invalid.