1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 08:08:11 +00:00

Edited ch07_authorization-authentication.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-19 20:12:48 +00:00
parent 7c89a219be
commit 6a1cbc686a

View File

@ -1449,7 +1449,7 @@ P2WSH.
==== Upgrading to Segregated Witness ==== Upgrading to Segregated Witness
As we ((("scripts", "segregated witness", "upgrading to", id="script-segwit-upgrade")))((("segregated witness (segwit)", "scripts and", "upgrading to", id="segwit-script-upgrade")))((("upgrading", "to segregated witness", secondary-sortas="segregated witness", id="upgrade-segwit")))can see from the previous examples, upgrading to segregated As we ((("scripts", "segregated witness", "upgrading to", id="script-segwit-upgrade")))((("segregated witness (segwit)", "scripts and", "upgrading to", id="segwit-script-upgrade")))((("upgrading to segregated witness", id="upgrade-segwit")))can see from the previous examples, upgrading to segregated
witness is a two-step process. First, wallets must create segwit witness is a two-step process. First, wallets must create segwit
type outputs. Then, these outputs can be spent by wallets that know how type outputs. Then, these outputs can be spent by wallets that know how
to construct segregated witness transactions. In the examples, Alice's to construct segregated witness transactions. In the examples, Alice's
@ -1577,7 +1577,7 @@ OP_HASH160 86762607e8fe87c0c37740cddee880988b9455b2 OP_EQUAL
---- ----
Mohammed's company can then construct segwit transactions to spend these 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")))((("scripts", "segregated witness", startref="script-segwit")))((("segregated witness (segwit)", "scripts and", startref="segwit-script")))((("scripts", "segregated witness", "upgrading to", startref="script-segwit-upgrade")))((("segregated witness (segwit)", "scripts and", "upgrading to", startref="segwit-script-upgrade")))((("upgrading", "to segregated witness", secondary-sortas="segregated witness", startref="upgrade-segwit")))((("P2WSH (pay to witness script hash)", "nesting", startref="p2wsh-nest")))((("nesting", "P2WSH (pay to witness script hash)", startref="nest-p2wpkh")))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")))((("scripts", "segregated witness", "upgrading to", startref="script-segwit-upgrade")))((("segregated witness (segwit)", "scripts and", "upgrading to", startref="segwit-script-upgrade")))((("upgrading to segregated witness", startref="upgrade-segwit")))((("P2WSH (pay to witness script hash)", "nesting", startref="p2wsh-nest")))((("nesting", "P2WSH (pay to witness script hash)", startref="nest-p2wpkh")))lower
transaction fees. transaction fees.
[[mast]] [[mast]]