1
0
mirror of https://github.com/lightning/bolts.git synced 2024-11-19 01:50:03 +01:00

Bolt11: specify that bech32 should allow addresses > 90 characters

This commit is contained in:
Johan T. Halseth 2017-08-26 16:19:32 +02:00 committed by Rusty Russell
parent e1652819a0
commit 5a60b03174

View File

@ -23,8 +23,10 @@ encoding.
## Requirements
A writer MUST encode the the payment request in Bech32 as specified in
BIP-0173. A reader MUST parse the address as Bech32 as specified in
BIP-0173, and MUST fail if the checksum is incorrect.
BIP-0173, with the exception that the Bech32 string MAY be longer than
the 90 characters specified there. A reader MUST parse the address as
Bech32 as specified in BIP-0173 (also without the character limit),
and MUST fail if the checksum is incorrect.
# Human Readable Part