mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-05 21:12:07 +02:00
lnwire: update Bolt11 blinded path feature bits
so that they dont clash with the htlc-endorsement feature bits.
This commit is contained in:
@ -266,12 +266,12 @@ const (
|
||||
// Bolt11BlindedPathsRequired is a required feature bit that indicates
|
||||
// that the node is able to understand the blinded path tagged field in
|
||||
// a BOLT 11 invoice.
|
||||
Bolt11BlindedPathsRequired = 260
|
||||
Bolt11BlindedPathsRequired = 262
|
||||
|
||||
// Bolt11BlindedPathsOptional is an optional feature bit that indicates
|
||||
// that the node is able to understand the blinded path tagged field in
|
||||
// a BOLT 11 invoice.
|
||||
Bolt11BlindedPathsOptional = 261
|
||||
Bolt11BlindedPathsOptional = 263
|
||||
|
||||
// MaxBolt11Feature is the maximum feature bit value allowed in bolt 11
|
||||
// invoices.
|
||||
|
Reference in New Issue
Block a user