mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 12:57:18 +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
@ -725,7 +725,7 @@ func (s *Service) logTillChainStart() {
|
|||||||
|
|
||||||
log.WithFields(logrus.Fields{
|
log.WithFields(logrus.Fields{
|
||||||
"Extra validators needed": valNeeded,
|
"Extra validators needed": valNeeded,
|
||||||
"Time till minimum genesis": time.Duration(secondsLeft) * time.Second,
|
"Generating genesis state in ": time.Duration(secondsLeft) * time.Second,
|
||||||
}).Infof("Currently waiting for chainstart")
|
}).Infof("Currently waiting for chainstart")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user