mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-10 05:47:59 -05:00
Merge refs/heads/develop into wrap-fetch-errors
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user