Edited ch07_authorization-authentication.adoc with Atlas code editor

develop
clenser 7 months ago
parent d26a2b9241
commit a6f88d4dd5

@ -89,7 +89,7 @@ system.
[[tx_lock_unlock]]
==== 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.
An output script
@ -125,7 +125,7 @@ considered as "spent."
<<input_and_output_scripts_legacy>> is an example of the output and
input scripts for the most common type of legacy Bitcoin transaction (a
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.
[[input_and_output_scripts_legacy]]

Loading…
Cancel
Save