Skip to content

Commit

Permalink
chore: set more recent block
Browse files Browse the repository at this point in the history
Signed-off-by: Elias Van Ootegem <[email protected]>
  • Loading branch information
EVODelavega committed Mar 28, 2024
1 parent 107e987 commit 644286a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/datasource/external/ethverifier/verifier_snapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ func (s *Verifier) LoadState(ctx context.Context, payload *types.Payload) ([]typ
if vgcontext.InProgressUpgradeFrom(ctx, "v0.74.10") {
// use a recent time instead here to skip unneeded blocks
lastEthBlock = &types.EthBlock{
Height: 19531719,
Time: 1711618091,
Height: 19532520,
Time: 1711627811,
}
}

Expand Down

0 comments on commit 644286a

Please sign in to comment.