mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-22 16:18:11 +00:00
Merge pull request #185 from marzig76/develop
P2PKH image was incorrectly in the P2PK section
This commit is contained in:
commit
6f571790e3
@ -383,6 +383,9 @@ Figures pass:[<a data-type="xref" href="#P2PubKHash1" data-xrefstyle="select: la
|
||||
.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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user