From fa6a0a7ce953ef8270592207943e6ab9e01a96dd Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Thu, 23 Aug 2018 19:36:17 -0700 Subject: [PATCH] lnwire: recognize required query sync feature bit --- lnwire/features.go | 1 + 1 file changed, 1 insertion(+) 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