mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-16 13:00:19 +02:00
When we first go to boot up the syncer, when we're in the active phase, after we do the historical sync, we'll send a timestamp message that we want everything, then transition to the passive mode. The test didn't account for this extra message before, as the last test was being re-used here (ran in parallel). We fix this by asserting that the first expected message is sent, then also the follow up messages as well. |
||
|---|---|---|
| .. | ||
| bootstrapper.go | ||
| chan_series.go | ||
| gossiper.go | ||
| gossiper_test.go | ||
| log.go | ||
| message_store.go | ||
| message_store_test.go | ||
| mock_test.go | ||
| reliable_sender.go | ||
| reliable_sender_test.go | ||
| sync_manager.go | ||
| sync_manager_test.go | ||
| syncer.go | ||
| syncer_test.go | ||