mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-01-26 15:41:34 +00:00
P2PKH image was incorrectly in the P2PK section
There was a 2-part P2PKH figure. The first part was in the P2PKH section, but the 2nd part was in the P2PK section. I just moved the 2nd part of the figure up into the right section.
This commit is contained in:
parent
14a25a6fd9
commit
17a20105f8
@ -383,6 +383,9 @@ Figures pass:[<xref linkend="P2PubKHash1" xrefstyle="select: labelnumber"/>] and
|
|||||||
.Evaluating a script for a P2PKH transaction (Part 1 of 2)
|
.Evaluating a script for a P2PKH transaction (Part 1 of 2)
|
||||||
image::images/msbt_0503.png["Tx_Script_P2PubKeyHash_1"]
|
image::images/msbt_0503.png["Tx_Script_P2PubKeyHash_1"]
|
||||||
|
|
||||||
|
[[P2PubKHash2]]
|
||||||
|
.Evaluating a script for a P2PKH transaction (Part 2 of 2)
|
||||||
|
image::images/msbt_0504.png["Tx_Script_P2PubKeyHash_2"]
|
||||||
|
|
||||||
[[p2pk]]
|
[[p2pk]]
|
||||||
==== Pay-to-Public-Key
|
==== Pay-to-Public-Key
|
||||||
@ -409,10 +412,6 @@ The combined script, which is validated by the transaction validation software,
|
|||||||
|
|
||||||
This script is a simple invocation of the +CHECKSIG+ operator, which validates the signature as belonging to the correct key and returns TRUE on the stack.
|
This script is a simple invocation of the +CHECKSIG+ operator, which validates the signature as belonging to the correct key and returns TRUE on the stack.
|
||||||
|
|
||||||
[[P2PubKHash2]]
|
|
||||||
.Evaluating a script for a P2PKH transaction (Part 2 of 2)
|
|
||||||
image::images/msbt_0504.png["Tx_Script_P2PubKeyHash_2"]
|
|
||||||
|
|
||||||
[[multisig]]
|
[[multisig]]
|
||||||
==== Multi-Signature
|
==== Multi-Signature
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user