We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1059d8b commit 83e9a38Copy full SHA for 83e9a38
1 file changed
crates/networking/p2p/sync_manager.rs
@@ -61,6 +61,7 @@ impl SyncManager {
61
.get_header_download_checkpoint()
62
.is_ok_and(|res| res.is_some())
63
{
64
+ info!("Header download checkpoint found, restarting sync");
65
sync_manager.start_sync();
66
}
67
sync_manager
0 commit comments