From 517fcd691ab4daa5efce7abe7b00a690d864f7bb Mon Sep 17 00:00:00 2001 From: "Johan T. Halseth" Date: Fri, 21 Aug 2020 13:38:36 +0200 Subject: [PATCH] channeldb: correct anchor comment --- channeldb/channel.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/channeldb/channel.go b/channeldb/channel.go index 0a5e47b2..35a0700d 100644 --- a/channeldb/channel.go +++ b/channeldb/channel.go @@ -206,8 +206,7 @@ const ( // AnchorOutputsBit indicates that the channel makes use of anchor // outputs to bump the commitment transaction's effective feerate. This - // channel type also uses a delayed to_remote output script. If bit is - // set, we'll find the size of the anchor outputs in the database. + // channel type also uses a delayed to_remote output script. AnchorOutputsBit ChannelType = 1 << 3 // FrozenBit indicates that the channel is a frozen channel, meaning