Skip to content

Commit f1a58dc

Browse files
committed
lnwire: update Bolt11 blinded path feature bits
so that they dont clash with the htlc-endorsement feature bits.
1 parent d47ff3a commit f1a58dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lnwire/features.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,12 +266,12 @@ const (
266266
// Bolt11BlindedPathsRequired is a required feature bit that indicates
267267
// that the node is able to understand the blinded path tagged field in
268268
// a BOLT 11 invoice.
269-
Bolt11BlindedPathsRequired = 260
269+
Bolt11BlindedPathsRequired = 262
270270

271271
// Bolt11BlindedPathsOptional is an optional feature bit that indicates
272272
// that the node is able to understand the blinded path tagged field in
273273
// a BOLT 11 invoice.
274-
Bolt11BlindedPathsOptional = 261
274+
Bolt11BlindedPathsOptional = 263
275275

276276
// MaxBolt11Feature is the maximum feature bit value allowed in bolt 11
277277
// invoices.

0 commit comments

Comments
 (0)