1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-06-05 15:48:50 +00:00

Made changes to ch05.asciidoc

This commit is contained in:
drusselloctal@gmail.com 2014-10-30 14:05:02 -07:00
parent 757395a3aa
commit 35a49321b4

View File

@ -434,8 +434,10 @@ OP_0 <Signature B> <Signature C>
---- ----
or any combination of two signatures from the private keys corresponding to the three listed public keys. or any combination of two signatures from the private keys corresponding to the three listed public keys.
NOTE [NOTE]
====
The prefix +OP_0+ is required because of a bug in the original implementation of +CHECKMULTISIG+ where one item too many is popped off the stack. It is ignored by +CHECKMULTISIG+ and is simply a placeholder. The prefix +OP_0+ is required because of a bug in the original implementation of +CHECKMULTISIG+ where one item too many is popped off the stack. It is ignored by +CHECKMULTISIG+ and is simply a placeholder.
====
The two scripts together would form the combined validation script: The two scripts together would form the combined validation script:
---- ----