Skip to content

Commit 8fa23cb

Browse files
Apply suggestion from @lucia-w
Co-authored-by: Lucia <[email protected]>
1 parent 5a94d36 commit 8fa23cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/downloader/syncmode.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func (m *moder) getMode() ethconfig.SyncMode {
8888
head := m.chain.CurrentBlock()
8989
if pivot := rawdb.ReadLastPivotNumber(m.disk); pivot != nil {
9090
if head.Number.Uint64() < *pivot {
91-
log.Info("Reenabled snap sync as chain is lagging behind the pivot", "head", head.Number, "pivot", pivot)
91+
log.Info("Reenabled snap sync as chain is lagging behind the pivot", "head", head.Number, "pivot", *pivot)
9292
return ethconfig.SnapSync
9393
}
9494
}

0 commit comments

Comments
 (0)