mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-22 16:18:11 +00:00
Edited appdx-segwit.asciidoc with Atlas code editor
This commit is contained in:
parent
552cd7a132
commit
5eceb796d1
@ -119,7 +119,7 @@ P2WPKH should be constructed by the payee (recipient) by converting a compressed
|
|||||||
[[p2wsh]]
|
[[p2wsh]]
|
||||||
===== Pay-to-Witness-Script-Hash (P2WSH)
|
===== Pay-to-Witness-Script-Hash (P2WSH)
|
||||||
|
|
||||||
The second type of witness program corresponds to a Pay-to-Script-Hash (P2SH) script. We saw this type of script in <<p2sh>>. In that example, P2SH was used by Mohammed's company to express a multisignature script. Payments to Mohammed's company were encoded with a locking script like this:
|
The ((("use cases", "import/export", startref="mohamappd")))second type of witness program corresponds to a Pay-to-Script-Hash (P2SH) script. We saw this type of script in <<p2sh>>. In that example, P2SH was used by Mohammed's company to express a multisignature script. Payments to Mohammed's company were encoded with a locking script like this:
|
||||||
|
|
||||||
.Example P2SH output script
|
.Example P2SH output script
|
||||||
----
|
----
|
||||||
@ -153,7 +153,7 @@ While P2SH uses the 20-byte +RIPEMD160(SHA256(script))+ hash, the P2WSH witness
|
|||||||
|
|
||||||
====
|
====
|
||||||
|
|
||||||
Mohammed's company can spend outputs the P2WSH output by presenting the correct redeem script and sufficient signatures to satisfy it. Both the redeem script and the signatures would be segregated _outside_ the spending transaction as part of the witness data. Within the transaction input, Mohammed's wallet would put an empty +scriptSig+:
|
Mohammed's company can spend outputs the P2WSH output by presenting the correct redeem script and sufficient signatures to satisfy it. Both the redeem script and the signatures would be segregated _outside_ the spending transaction as part of the witness data. Within the transaction input, Mohammed's ((("", startref="mohamappd")))wallet would put an empty +scriptSig+:
|
||||||
|
|
||||||
.Decoded transaction showing a P2WSH output being spent with separate witness data
|
.Decoded transaction showing a P2WSH output being spent with separate witness data
|
||||||
----
|
----
|
||||||
|
Loading…
Reference in New Issue
Block a user