mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-24 20:37:17 +00:00
Fix pregenesis countdown msg wording (#7477)
* fix wording * fix gofmt * fix msg * gofmt Co-authored-by: Nishant Das <nishdas93@gmail.com>
This commit is contained in:
parent
e5e51e66e1
commit
cdbbf66027
@ -724,8 +724,8 @@ func (s *Service) logTillChainStart() {
|
||||
}
|
||||
|
||||
log.WithFields(logrus.Fields{
|
||||
"Extra validators needed": valNeeded,
|
||||
"Time till minimum genesis": time.Duration(secondsLeft) * time.Second,
|
||||
"Extra validators needed": valNeeded,
|
||||
"Generating genesis state in ": time.Duration(secondsLeft) * time.Second,
|
||||
}).Infof("Currently waiting for chainstart")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user