mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-12-02 04:48:40 +00:00
CH07: fix image links now that we're using a file in chapters/
This commit is contained in:
parent
b2df51488b
commit
34723bf97a
@ -136,7 +136,7 @@ script validation.
|
|||||||
|
|
||||||
[[scriptSig_and_scriptPubKey]]
|
[[scriptSig_and_scriptPubKey]]
|
||||||
.Combining scriptSig and scriptPubKey to evaluate a transaction script
|
.Combining scriptSig and scriptPubKey to evaluate a transaction script
|
||||||
image::images/mbc2_0603.png["scriptSig_and_scriptPubKey"]
|
image::../images/mbc2_0603.png["scriptSig_and_scriptPubKey"]
|
||||||
|
|
||||||
===== The script execution stack
|
===== The script execution stack
|
||||||
|
|
||||||
@ -222,7 +222,7 @@ execution is halted explicitly by an operator, such as +OP_VERIFY+,
|
|||||||
|
|
||||||
[[simplemath_script]]
|
[[simplemath_script]]
|
||||||
.Bitcoin's script validation doing simple math
|
.Bitcoin's script validation doing simple math
|
||||||
image::images/mbc2_0604.png["TxScriptSimpleMathExample"]
|
image::../images/mbc2_0604.png["TxScriptSimpleMathExample"]
|
||||||
|
|
||||||
[role="pagebreak-before"]
|
[role="pagebreak-before"]
|
||||||
The following is a slightly more complex script, which calculates ++2 +
|
The following is a slightly more complex script, which calculates ++2 +
|
||||||
@ -317,11 +317,10 @@ startref="Stransact06")))
|
|||||||
|
|
||||||
[[P2PubKHash1]]
|
[[P2PubKHash1]]
|
||||||
.Evaluating a script for a P2PKH transaction (part 1 of 2)
|
.Evaluating a script for a P2PKH transaction (part 1 of 2)
|
||||||
image::images/mbc2_0605.png["Tx_Script_P2PubKeyHash_1"]
|
image::../images/mbc2_0605.png["Tx_Script_P2PubKeyHash_1"]
|
||||||
|
|
||||||
[[P2PubKHash2]]
|
[[P2PubKHash2]]
|
||||||
.Evaluating a script for a P2PKH transaction (part 2 of 2)
|
.Evaluating a script for a P2PKH transaction (part 2 of 2)
|
||||||
image::images/mbc2_0606.png["Tx_Script_P2PubKeyHash_2"]
|
|
||||||
|
|
||||||
[[ch07_intro]]
|
[[ch07_intro]]
|
||||||
=== Introduction
|
=== Introduction
|
||||||
@ -338,6 +337,7 @@ opens up a whole world of complex scripts. Then, we will examine new
|
|||||||
script operators that add a time dimension to bitcoin, through
|
script operators that add a time dimension to bitcoin, through
|
||||||
_timelocks_. Finally, we will look at _Segregated Witness_, an
|
_timelocks_. Finally, we will look at _Segregated Witness_, an
|
||||||
architectural change to the structure of transactions.
|
architectural change to the structure of transactions.
|
||||||
|
image::../images/mbc2_0606.png["Tx_Script_P2PubKeyHash_2"]
|
||||||
|
|
||||||
[[multisig]]
|
[[multisig]]
|
||||||
=== Multisignature
|
=== Multisignature
|
||||||
|
Loading…
Reference in New Issue
Block a user