mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-02-16 17:42:06 +00:00
Edited ch07_authorization-authentication.adoc with Atlas code editor
This commit is contained in:
parent
d26a2b9241
commit
a6f88d4dd5
@ -89,7 +89,7 @@ system.
|
|||||||
[[tx_lock_unlock]]
|
[[tx_lock_unlock]]
|
||||||
==== Script Construction
|
==== Script Construction
|
||||||
|
|
||||||
Bitcoin's legacy transaction validation engine relies on two parts of scripts
|
Bitcoin's ((("scripts", "input/output", "constructing", id="script-input-output-construct")))((("input scripts", "constructing", id="input-script-construct")))((("output scripts", "constructing", id="output-script-construct")))legacy transaction validation engine relies on two parts of scripts
|
||||||
to validate transactions: an output script and an input script.
|
to validate transactions: an output script and an input script.
|
||||||
|
|
||||||
An output script
|
An output script
|
||||||
@ -125,7 +125,7 @@ considered as "spent."
|
|||||||
<<input_and_output_scripts_legacy>> is an example of the output and
|
<<input_and_output_scripts_legacy>> is an example of the output and
|
||||||
input scripts for the most common type of legacy Bitcoin transaction (a
|
input scripts for the most common type of legacy Bitcoin transaction (a
|
||||||
payment to a public key hash), showing the combined script resulting
|
payment to a public key hash), showing the combined script resulting
|
||||||
from the concatenation of the scripts prior to
|
from the concatenation of the scripts prior((("scripts", "input/output", "constructing", startref="script-input-output-construct")))((("input scripts", "constructing", startref="input-script-construct")))((("output scripts", "constructing", startref="output-script-construct"))) to
|
||||||
validation.
|
validation.
|
||||||
|
|
||||||
[[input_and_output_scripts_legacy]]
|
[[input_and_output_scripts_legacy]]
|
||||||
|
Loading…
Reference in New Issue
Block a user