Skip to content

Commit 08e7ec3

Browse files
committed
fix: bip21 example invalid address
1 parent 72af87f commit 08e7ec3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

bip-0021.mediawiki

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,22 +101,22 @@ Please see the BNF grammar above for the normative syntax.
101101
=== Examples ===
102102

103103
Just the address:
104-
bitcoin:175tWpb8K1S7NmH4Zx6rewF9WQrcZv245W
104+
bitcoin:bc1q09vm5lfy0j5reeulh4x5752q25uqqvz34hufdl
105105

106106
Address with name:
107-
bitcoin:175tWpb8K1S7NmH4Zx6rewF9WQrcZv245W?label=Luke-Jr
107+
bitcoin:bc1q09vm5lfy0j5reeulh4x5752q25uqqvz34hufdl?label=Luke-Jr
108108

109109
Request 20.30 BTC to "Luke-Jr":
110-
bitcoin:175tWpb8K1S7NmH4Zx6rewF9WQrcZv245W?amount=20.3&label=Luke-Jr
110+
bitcoin:bc1q09vm5lfy0j5reeulh4x5752q25uqqvz34hufdl?amount=20.3&label=Luke-Jr
111111

112112
Request 50 BTC with message:
113-
bitcoin:175tWpb8K1S7NmH4Zx6rewF9WQrcZv245W?amount=50&label=Luke-Jr&message=Donation%20for%20project%20xyz
113+
bitcoin:bc1q09vm5lfy0j5reeulh4x5752q25uqqvz34hufdl?amount=50&label=Luke-Jr&message=Donation%20for%20project%20xyz
114114

115115
Some future version that has variables which are (currently) not understood and required and thus invalid:
116-
bitcoin:175tWpb8K1S7NmH4Zx6rewF9WQrcZv245W?req-somethingyoudontunderstand=50&req-somethingelseyoudontget=999
116+
bitcoin:bc1q09vm5lfy0j5reeulh4x5752q25uqqvz34hufdl?req-somethingyoudontunderstand=50&req-somethingelseyoudontget=999
117117

118118
Some future version that has variables which are (currently) not understood but not required and thus valid:
119-
bitcoin:175tWpb8K1S7NmH4Zx6rewF9WQrcZv245W?somethingyoudontunderstand=50&somethingelseyoudontget=999
119+
bitcoin:bc1q09vm5lfy0j5reeulh4x5752q25uqqvz34hufdl?somethingyoudontunderstand=50&somethingelseyoudontget=999
120120

121121
Characters must be URI encoded properly.
122122

0 commit comments

Comments
 (0)