mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-05 17:05:50 +02:00
discovery: add tests for for async timestamp range queue
This commit is contained in:
@@ -217,6 +217,7 @@ func newTestSyncer(hID lnwire.ShortChannelID,
|
||||
},
|
||||
markGraphSynced: func() {},
|
||||
maxQueryChanRangeReplies: maxQueryChanRangeReplies,
|
||||
timestampQueueSize: 10,
|
||||
}
|
||||
|
||||
syncerSema := make(chan struct{}, 1)
|
||||
|
Reference in New Issue
Block a user