From 954e292895bfaae2e778e61b8587a789b20eac87 Mon Sep 17 00:00:00 2001 From: Bjarne Magnussen Date: Mon, 20 Jul 2020 08:36:39 +0200 Subject: [PATCH] lnwire: fix minor typos in wumbo features --- lnwire/features.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lnwire/features.go b/lnwire/features.go index 9c871e4c..6cc89946 100644 --- a/lnwire/features.go +++ b/lnwire/features.go @@ -103,11 +103,11 @@ const ( // WumboChannelsRequired is a required feature bit that signals that a // node is willing to accept channels larger than 2^24 satoshis. - WumboChannelsRequired = 18 + WumboChannelsRequired FeatureBit = 18 - // WumboChannelsRequired is an optional feature bit that signals that a + // WumboChannelsOptional is an optional feature bit that signals that a // node is willing to accept channels larger than 2^24 satoshis. - WumboChannelsOptional = 19 + WumboChannelsOptional FeatureBit = 19 // AnchorsRequired is a required feature bit that signals that the node // requires channels to be made using commitments having anchor