You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bip-0077.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -233,8 +233,10 @@ fragment of the Bitcoin URI.
233
233
These session-specific parameters use a bech32-inspired encoding.
234
234
The HRP is used as the parameter key, followed by the '1' separator,
235
235
followed by the parameter value encoded using the bech32 character set in
236
-
[uppercase](#uppercase-url). No checksum is used. Parameters are separated
237
-
by a `+` character.
236
+
[uppercase](#uppercase-url). No checksum is used. Parameters are separated by a + character,
237
+
which must be [RFC 3986
238
+
percent-encoded](https://datatracker.ietf.org/doc/html/rfc3986#section-2.1) as `%2B` to avoid it being interpreted as a space in Bitcoin URI query parameters.
239
+
To preserve QR alphanumeric mode compatibility, `%2B` ([uppercase](#uppercase-url)) should be used instead of `%2b`.
238
240
239
241
The following parameters are defined, and must be provided in reverse
0 commit comments