From 2e9c1d1a9d64cd7fdf09375c746c4e6a80e0f91b Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 11:43:03 +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 3cf0e9c5..1d1bb601 100644 --- a/ch07_authorization-authentication.adoc +++ b/ch07_authorization-authentication.adoc @@ -1355,7 +1355,7 @@ to the receiver in the manner that the receiver ((("P2WPKH (pay to witness publi [[p2wsh]] ===== Pay to witness script hash -The second type of +The ((("P2WSH (pay to witness script hash)", id="p2wsh")))((("output scripts", "P2WSH (pay to witness script hash)", id="output-script-p2wsh")))second type of segwit v0 witness program corresponds to a pay to script hash (P2SH) script. We saw this type of script in <>. In that example, P2SH was used by Mohammed's company to express a multisignature script. Payments to @@ -1444,7 +1444,7 @@ critical difference between them is the length of the witness program: This is the one difference that allows a full node to differentiate between the two types of witness programs. By looking at the length of the hash, -a node can determine what type of witness program it is, P2WPKH or +a node can determine what type of witness program it is, P2WPKH ((("P2WSH (pay to witness script hash)", startref="p2wsh")))((("output scripts", "P2WSH (pay to witness script hash)", startref="output-script-p2wsh")))or P2WSH. ==== Upgrading to Segregated Witness