discovery test: update gossiper test to account for timestamp deduping

This commit is contained in:
Johan T. Halseth
2018-01-08 18:16:36 +01:00
parent ea95f37277
commit 3f0a525331
2 changed files with 92 additions and 22 deletions

View File

@@ -435,7 +435,7 @@ type channelUpdateID struct {
}
// msgWithSenders is a wrapper struct around a message, and the set of peers
// that originally sent is this message. Using this struct, we can ensure that
// that originally sent us this message. Using this struct, we can ensure that
// we don't re-send a message to the peer that sent it to us in the first
// place.
type msgWithSenders struct {