From 4928e169d809f51368cbf1f6a96be2288f1fbb9d Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 11:38:00 +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 cbde7d9b..b859141d 100644 --- a/ch07_authorization-authentication.adoc +++ b/ch07_authorization-authentication.adoc @@ -1256,7 +1256,7 @@ Try running the script on paper to see how it behaves on the stack. ==== Segregated Witness Output and Transaction Examples -Let’s look at some of our example transactions and see how they would +Let’s look at ((("scripts", "segregated witness", id="script-segwit")))((("segregated witness (segwit)", "scripts and", id="segwit-script")))some of our example transactions and see how they would change with segregated witness. We’ll first look at how a pay to public key hash (P2PKH) payment can be accomplished as the segregated witness program. Then, we’ll look at the segregated witness @@ -1577,7 +1577,7 @@ OP_HASH160 86762607e8fe87c0c37740cddee880988b9455b2 OP_EQUAL ---- Mohammed's company can then construct segwit transactions to spend these -payments, taking advantage of segwit features including ((("scripts", "examples of", startref="script-example-complex")))lower +payments, taking advantage of segwit features including ((("scripts", "examples of", startref="script-example-complex")))((("scripts", "segregated witness", startref="script-segwit")))((("segregated witness (segwit)", "scripts and", startref="segwit-script")))lower transaction fees. [[mast]]