Merge refs/heads/develop into wrap-fetch-errors

This commit is contained in:
prylabs-bulldozer[bot]
2022-08-29 15:48:28 +00:00
committed by GitHub

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 {