From a6f88d4dd5b252a3cf0ab8cfc4158d70e7bdb7c8 Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 10:50:25 +0000 Subject: [PATCH] Edited ch07_authorization-authentication.adoc with Atlas code editor --- ch07_authorization-authentication.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch07_authorization-authentication.adoc b/ch07_authorization-authentication.adoc index e342ce7a..c657060c 100644 --- a/ch07_authorization-authentication.adoc +++ b/ch07_authorization-authentication.adoc @@ -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." <> 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]]