We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8033e1 commit 2c25f38Copy full SHA for 2c25f38
discovery/syncer.go
@@ -835,12 +835,6 @@ func (g *GossipSyncer) processChanRangeReply(msg *lnwire.ReplyChannelRange) erro
835
}
836
837
g.prevReplyChannelRange = msg
838
- if len(msg.Timestamps) != 0 &&
839
- len(msg.Timestamps) != len(msg.ShortChanIDs) {
840
-
841
- return fmt.Errorf("number of timestamps not equal to " +
842
- "number of SCIDs")
843
- }
844
845
for i, scid := range msg.ShortChanIDs {
846
info := channeldb.NewChannelUpdateInfo(
0 commit comments