mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-14 03:48:58 +00:00
Edited ch07_authorization-authentication.adoc with Atlas code editor
This commit is contained in:
parent
39e518e81e
commit
4933223461
@ -385,7 +385,7 @@ script may include multiple of those opcodes.
|
||||
|
||||
There ((("OP_CHECKMULTISIG execution", id="op-checkmultisig")))((("CHECKMULTISIG execution", id="checkmultisig")))is an oddity in
|
||||
++OP_CHECKMULTISIG++'s execution that requires a slight workaround. When
|
||||
+OP_CHECKMULTISIG+ executes, it should consume t+k+2 items on the stack as
|
||||
+OP_CHECKMULTISIG+ executes, it should consume _t_ + _k_ + 2 items on the stack as
|
||||
parameters. However, due to the oddity, +OP_CHECKMULTISIG+ will pop an extra
|
||||
value or one value more than expected.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user