Skip to content

Commit e32bdf4

Browse files
committed
Update prysm startup message
1 parent 08bdc2d commit e32bdf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/docker/test_env/nethermind_base.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ func (g *Nethermind) WaitUntilChainIsReady(ctx context.Context, waitTime time.Du
182182
if g.GetEthereumVersion() == config_types.EthereumVersion_Eth1 {
183183
return nil
184184
}
185-
waitForFirstBlock := tcwait.NewLogStrategy("Received New Block").WithPollInterval(1 * time.Second).WithStartupTimeout(waitTime)
185+
waitForFirstBlock := tcwait.NewLogStrategy("Synced new block").WithPollInterval(1 * time.Second).WithStartupTimeout(waitTime)
186186
return waitForFirstBlock.WaitUntilReady(ctx, *g.GetContainer())
187187
}
188188

0 commit comments

Comments
 (0)