mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 12:57:18 +00:00
small fix (#3682)
This commit is contained in:
parent
d9c0e65cef
commit
2d9550e55c
@ -282,7 +282,7 @@ func logSyncStatus(genesis time.Time, blk *eth.BeaconBlock, peers []peer.ID, cou
|
||||
"blocksPerSecond",
|
||||
fmt.Sprintf("%.1f", rate),
|
||||
).Infof(
|
||||
"Processing block %d/%d. Estimated %s remaining.",
|
||||
"Processing block %d/%d - estimated time remaining %s",
|
||||
blk.Slot,
|
||||
slotsSinceGenesis(genesis),
|
||||
timeRemaining,
|
||||
|
Loading…
Reference in New Issue
Block a user