diff --git a/lnwire/features.go b/lnwire/features.go index ee663f90..5967f5ef 100644 --- a/lnwire/features.go +++ b/lnwire/features.go @@ -70,6 +70,7 @@ var LocalFeatures = map[FeatureBit]string{ DataLossProtectOptional: "data-loss-protect-optional", InitialRoutingSync: "initial-routing-sync", GossipQueriesOptional: "gossip-queries-optional", + GossipQueriesRequired: "gossip-queries-required", } // GlobalFeatures is a mapping of known global feature bits to a descriptive