mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-26 01:50:42 +00:00
Edited ch07_authorization-authentication.adoc with Atlas code editor
This commit is contained in:
parent
8b7b14292a
commit
39542a321b
@ -399,7 +399,7 @@ is +t+, the quorum (how many signatures are needed). Here t = 2. At this
|
|||||||
point, +OP_CHECKMULTISIG+ should pop the final +t+ items, which are the
|
point, +OP_CHECKMULTISIG+ should pop the final +t+ items, which are the
|
||||||
signatures, and see if they are valid. However, unfortunately, an oddity in
|
signatures, and see if they are valid. However, unfortunately, an oddity in
|
||||||
the implementation causes +OP_CHECKMULTISIG+ to pop one more item (t+1
|
the implementation causes +OP_CHECKMULTISIG+ to pop one more item (t+1
|
||||||
total) than it should. The extra item is called the _dummy stack
|
total) than it should. The extra item is called((("dummy stack element"))) the _dummy stack
|
||||||
element_ and it is disregarded when checking the
|
element_ and it is disregarded when checking the
|
||||||
signatures so it has no direct effect on +OP_CHECKMULTISIG+ itself.
|
signatures so it has no direct effect on +OP_CHECKMULTISIG+ itself.
|
||||||
However, the dummy element must be present because, if it isn't present,
|
However, the dummy element must be present because, if it isn't present,
|
||||||
|
Loading…
Reference in New Issue
Block a user