Log each genesis download
This change helps us diagnose sync hangs.
This commit is contained in:
parent
656bd24ba7
commit
92c623eddf
|
|
@ -528,6 +528,7 @@ where
|
||||||
//
|
//
|
||||||
// So we just download and verify the genesis block here.
|
// So we just download and verify the genesis block here.
|
||||||
while !self.state_contains(self.genesis_hash).await? {
|
while !self.state_contains(self.genesis_hash).await? {
|
||||||
|
tracing::info!("starting genesis block download and verify");
|
||||||
self.downloads
|
self.downloads
|
||||||
.download_and_verify(self.genesis_hash)
|
.download_and_verify(self.genesis_hash)
|
||||||
.await
|
.await
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue