From 0cbc8674dd642702fca2037fb105d3277381b784 Mon Sep 17 00:00:00 2001 From: Anthony Towns Date: Sat, 12 Jun 2021 19:15:29 +1000 Subject: [PATCH] BIP118: refer to bech32m instead of bech32 for segwit v1 outputs Thanks to Ben Carman for spotting. --- bip-0118.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-0118.mediawiki b/bip-0118.mediawiki index 9596b954..bb66349e 100644 --- a/bip-0118.mediawiki +++ b/bip-0118.mediawiki @@ -194,7 +194,7 @@ Nodes that have not upgraded to support [[bip-0341.mediawiki|BIP 341]] will see As such, nodes are strongly encourage to upgrade in order to fully validate signatures for the new public key type. Non-upgraded wallets can receive and send bitcoin from non-upgraded and upgraded wallets using SegWit version 0 programs, traditional pay-to-pubkey-hash, etc. -Depending on the implementation, non-upgraded wallets may be able to send to SegWit version 1 programs if they support sending to [[bip-0173.mediawiki|BIP173]] Bech32 addresses and do not consider the outputs non-standard, and therefore prevent transaction broadcast. +Depending on the implementation, non-upgraded wallets may be able to send to SegWit version 1 programs if they support sending to [[bip-0350.mediawiki|BIP350]] Bech32m addresses and do not prevent the transaction from being broadcast due to considering the outputs non-standard. == Revisions ==