Skip to content

Commit 50e8f28

Browse files
committed
Edited ch13.asciidoc with Atlas code editor
1 parent b6468bf commit 50e8f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch13.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Software that understands how to validate Segwit version X will validate such tr
142142
=== p2sh-p2wpkh
143143

144144
p2wpkh((("Segwit (segregated witness)", "p2sh-p2wpkh nested transactions", id="Sp2sh13")))((("p2sh (pay-to-script-hash)", "backward compatibility", id="p2shback13")))((("ScriptPubKeys", "p2sh-p2wpkh nested transactions", id="Hnest13")))((("p2sh-p2wpkh nested transactions", id="P2sh-p2wpkhnest13"))) is great, but unfortunately, this is a new type of script and older wallets cannot send bitcoins to p2wpkh ScriptPubKeys.
145-
p2wpkh uses a new address format called Bech32, defined((("BIP (Bitcoin Improvement Proposals)", "BIP0173"))) in BIP173, whose ScriptPubKeys older wallets don't know how to create.
145+
p2wpkh uses a new address format called Bech32, defined((("BIP (Bitcoin Improvement Proposals)", "BIP0173"))) in BIP0173, whose ScriptPubKeys older wallets don't know how to create.
146146

147147
The Segwit authors found an ingenious way to make Segwit backward compatible by "wrapping" p2wpkh inside p2sh.
148148
This is called "nested" Segwit as the Segwit script is nested in a p2sh RedeemScript.

0 commit comments

Comments
 (0)