1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-01-11 00:01:03 +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:
Marzig 2016-03-01 15:42:18 -05:00
parent 14a25a6fd9
commit 17a20105f8

View File

@ -383,6 +383,9 @@ Figures pass:[<xref linkend="P2PubKHash1" xrefstyle="select: labelnumber"/>] and
.Evaluating a script for a P2PKH transaction (Part 1 of 2)
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]]
==== 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.
[[P2PubKHash2]]
.Evaluating a script for a P2PKH transaction (Part 2 of 2)
image::images/msbt_0504.png["Tx_Script_P2PubKeyHash_2"]
[[multisig]]
==== Multi-Signature