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:
parent
75e06d8bc6
commit
1de2e41246
@ -1020,7 +1020,7 @@ comes _before_ the +IF+ opcode.
|
|||||||
==== Conditional Clauses with VERIFY Opcodes
|
==== Conditional Clauses with VERIFY Opcodes
|
||||||
|
|
||||||
Another
|
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
|
+VERIFY+. The +VERIFY+ suffix means that if the condition evaluated is
|
||||||
not +TRUE+, execution of the script terminates immediately and the
|
not +TRUE+, execution of the script terminates immediately and the
|
||||||
transaction is deemed invalid.
|
transaction is deemed invalid.
|
||||||
|
Loading…
Reference in New Issue
Block a user