mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-08 14:57:38 +02:00
discovery: add tests for for async timestamp range queue
This commit is contained in:
committed by
Oliver Gugger
parent
a2fcfb02c9
commit
bb5825387e
@@ -214,6 +214,7 @@ func newTestSyncer(hID lnwire.ShortChannelID,
|
||||
},
|
||||
markGraphSynced: func() {},
|
||||
maxQueryChanRangeReplies: maxQueryChanRangeReplies,
|
||||
timestampQueueSize: 10,
|
||||
}
|
||||
|
||||
syncerSema := make(chan struct{}, 1)
|
||||
|
Reference in New Issue
Block a user