mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-11 04:00:05 +00:00
Better chain start log (#11332)
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
parent
f5d792299f
commit
b5039e9bd9
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user