Skip to content

Commit 525ec4e

Browse files
committed
Merge #397: link BIP173 (bech32), fix speling
4815547 link BIP173 (bech32), fix speling (Janus Troelsen)
2 parents 0364786 + 4815547 commit 525ec4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/en/pages/2016-01-18-segwit-wallet-dev.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@ The following functions are not required for initial segwit support.
163163

164164
#### Why and How to Use Native P2WPKH and P2WSH?
165165

166-
* There is no address format for native P2WPKH and P2WSH. BIP142 is deferred and is likely to be implemented in a completely different way
166+
* There is no address format for native P2WPKH and P2WSH. BIP142 is deferred and is likely to be implemented in a completely different way. Another attempt, [BIP173][] (Bech32), has 'Draft' status as of June 2017.
167167
* Comparing with the P2SH versions, the transaction <code>vsize</code> of native versions is smaller in most cases, and therefore less fee may be required
168-
* Native P2WPKH and P2WSH may be used with raw <code>scripPubKey</code> protocols, such as the Payment Protocol (BIP70). However, it may affect the privacy of the payer and recipient (see below).
168+
* Native P2WPKH and P2WSH may be used with raw <code>scriptPubKey</code> protocols, such as the Payment Protocol (BIP70). However, it may affect the privacy of the payer and recipient (see below).
169169
* Native P2WPKH and P2WSH may be used as default change address, but this may allow other people identifying the change easily (see below)
170170
* It is expected that the use of native P2WPKH and P2WSH would be uncommon at the beginning, which may cause privacy concerns among the users.
171171

0 commit comments

Comments
 (0)