mirror of
https://github.com/lightning/bolts.git
synced 2025-02-23 06:35:18 +01:00
Bolt11: specify that bech32 should allow addresses > 90 characters
This commit is contained in:
parent
e1652819a0
commit
5a60b03174
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue