Better chain start log (#11332)

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
terencechain 2022-08-29 08:48:23 -07:00 committed by GitHub
parent f5d792299f
commit b5039e9bd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,7 +244,7 @@ func (v *validator) WaitForChainStart(ctx context.Context) error {
)
}
log.Info("Waiting for beacon chain start log from the ETH 1.0 deposit contract")
log.Info("Syncing with beacon node to align on chain genesis info")
chainStartRes, err := stream.Recv()
if err != io.EOF {
if ctx.Err() == context.Canceled {