diff --git a/lnwire/features.go b/lnwire/features.go index 5967f5ef..7ad12d84 100644 --- a/lnwire/features.go +++ b/lnwire/features.go @@ -67,10 +67,11 @@ const ( // not advertised to the entire network. A full description of these feature // bits is provided in the BOLT-09 specification. var LocalFeatures = map[FeatureBit]string{ + DataLossProtectRequired: "data-loss-protect-required", DataLossProtectOptional: "data-loss-protect-optional", InitialRoutingSync: "initial-routing-sync", - GossipQueriesOptional: "gossip-queries-optional", GossipQueriesRequired: "gossip-queries-required", + GossipQueriesOptional: "gossip-queries-optional", } // GlobalFeatures is a mapping of known global feature bits to a descriptive