Skip to content

Commit 6a315c0

Browse files
committed
BIP141 Non-upgraded wallet description
1 parent 26a1a8f commit 6a315c0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

bip-0141.mediawiki

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,14 +239,13 @@ As a soft fork, older software will continue to operate without modification. N
239239
'''What a non-upgraded wallet can do'''
240240

241241
* Receiving bitcoin from non-upgraded and upgraded wallets
242-
* Sending bitcoin to non-upgraded wallets
243-
* Sending bitcoin to upgraded wallets using a P2SH address (less efficient)
244-
* Sending bitcoin to upgraded wallets using a native witness program (more efficient) through [https://github.com/bitcoin/bips/blob/master/bip-0070.mediawiki BIP70] payment protocol
242+
* Sending bitcoin to non-upgraded and upgraded wallets with traditional P2PKH address (without any benefit of segregated witness)
243+
* Sending bitcoin to upgraded wallets using a P2SH address
244+
* Sending bitcoin to upgraded wallets using a native witness program through [https://github.com/bitcoin/bips/blob/master/bip-0070.mediawiki BIP70] payment protocol
245245
246246
'''What a non-upgraded wallet cannot do'''
247247

248248
* Validating segregated witness transaction. It assumes such a transaction is always valid
249-
* Sending bitcoin to upgraded wallets using a native witness program if BIP70 is not supported
250249
251250
== Deployment ==
252251

@@ -281,7 +280,6 @@ https://github.com/sipa/bitcoin/commits/segwit
281280
== References ==
282281

283282
*[[bip-0016.mediawiki|BIP16 Pay to Script Hash]]
284-
*[[bip-0142.mediawiki|BIP142 Address Formats for Segregated Witness]]
285283
*[[bip-0143.mediawiki|BIP143 Transaction Signature Verification for Version 0 Witness Program]]
286284
*[[bip-0144.mediawiki|BIP144 Segregated Witness (Peer Services)]]
287285

0 commit comments

Comments
 (0)