discovery: add tests for for async timestamp range queue

This commit is contained in:
Olaoluwa Osuntokun
2025-07-21 12:20:30 -05:00
committed by Oliver Gugger
parent a2fcfb02c9
commit bb5825387e
2 changed files with 446 additions and 0 deletions

View File

@@ -214,6 +214,7 @@ func newTestSyncer(hID lnwire.ShortChannelID,
},
markGraphSynced: func() {},
maxQueryChanRangeReplies: maxQueryChanRangeReplies,
timestampQueueSize: 10,
}
syncerSema := make(chan struct{}, 1)