Skip to content

Commit de30d99

Browse files
authored
blip2: add advisory for invoice feature bit maximum (#24)
1 parent 42777f0 commit de30d99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

blip-0002.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ network split.
4040
Feature bits are specified in [Bolt 9](https://github.com/lightning/bolts/blob/master/09-features.md).
4141
They let nodes publicly advertise that they support or require a given feature.
4242
Feature bits in the `0`-`255` range are reserved for BOLTs: bLIPs must use feature bits above that range.
43+
Custom feature bits used in the `I` [Bolt 11](https://github.com/lightning/bolts/blob/master/11-payment-encoding.md) context must be <= 5114 due to the [size limitations on tagged fields](https://github.com/lightning/bolts/blob/master/11-payment-encoding.md#tagged-fields).
4344

4445
bLIPs may reserve feature bits by adding them to the following table:
4546

0 commit comments

Comments
 (0)