We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d47ff3a commit f1a58dcCopy full SHA for f1a58dc
lnwire/features.go
@@ -266,12 +266,12 @@ const (
266
// Bolt11BlindedPathsRequired is a required feature bit that indicates
267
// that the node is able to understand the blinded path tagged field in
268
// a BOLT 11 invoice.
269
- Bolt11BlindedPathsRequired = 260
+ Bolt11BlindedPathsRequired = 262
270
271
// Bolt11BlindedPathsOptional is an optional feature bit that indicates
272
273
274
- Bolt11BlindedPathsOptional = 261
+ Bolt11BlindedPathsOptional = 263
275
276
// MaxBolt11Feature is the maximum feature bit value allowed in bolt 11
277
// invoices.
0 commit comments