From f958360a270874fe0b41d29391b80b7a106b1516 Mon Sep 17 00:00:00 2001 From: D++ <82842780+dplusplus1024@users.noreply.github.com> Date: Sun, 18 Dec 2022 22:14:51 -0600 Subject: [PATCH] Update to include newer address types Added bech32 and bech32m address types to reflect the newer SegWit and Taproot addresses. Co-Authored-By: Reese Russell --- bip-0321.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-0321.mediawiki b/bip-0321.mediawiki index b67c2a3b..46c91456 100644 --- a/bip-0321.mediawiki +++ b/bip-0321.mediawiki @@ -41,7 +41,7 @@ Elements of the query component may contain characters outside the valid range. (See also [[#Simpler syntax|a simpler representation of syntax]]) bitcoinurn = "bitcoin:" bitcoinaddress [ "?" bitcoinparams ] - bitcoinaddress = *base58 + bitcoinaddress = *base58 / *bech32 / *bech32m bitcoinparams = bitcoinparam [ "&" bitcoinparams ] bitcoinparam = [ amountparam / labelparam / messageparam / otherparam / reqparam ] amountparam = "amount=" *digit [ "." *digit ]