remove comment

pull/36/head
ziggie 2 years ago
parent 916e6b8627
commit fd30064e56
No known key found for this signature in database
GPG Key ID: 61D302CA09A9C7B5

@ -215,7 +215,7 @@ func (r *regolancer) filterChannels(ctx context.Context, nodeChannelIDs []string
if err != nil {
log.Fatal("Error parsing node/channel list:", err)
}
// Needed bc of deprecated ExcludeChannelsIn feature
for id := range chans {
if _, ok := channels[id]; !ok {
channels[id] = struct{}{}

Loading…
Cancel
Save