From de30d99052cad24eea2288ba0dd744d531193c21 Mon Sep 17 00:00:00 2001 From: Carla Kirk-Cohen <42311294+carlaKC@users.noreply.github.com> Date: Tue, 2 May 2023 12:39:43 -0400 Subject: [PATCH] blip2: add advisory for invoice feature bit maximum (#24) --- blip-0002.md | 1 + 1 file changed, 1 insertion(+) diff --git a/blip-0002.md b/blip-0002.md index 1a709dc..5efcc35 100644 --- a/blip-0002.md +++ b/blip-0002.md @@ -40,6 +40,7 @@ network split. Feature bits are specified in [Bolt 9](https://github.com/lightning/bolts/blob/master/09-features.md). They let nodes publicly advertise that they support or require a given feature. Feature bits in the `0`-`255` range are reserved for BOLTs: bLIPs must use feature bits above that range. +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). bLIPs may reserve feature bits by adding them to the following table: