Skip to content

Commit

Permalink
fix spork heights
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchiqing committed Nov 27, 2024
1 parent c789da1 commit a164858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/util/cmd/verify-evm-offchain-replay/verify_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

func TestTestnetFromRootToLatest(t *testing.T) {
// verify Testnet51
require.NoError(t, Verify(log.Logger, 211176671, 218215348,
require.NoError(t, Verify(log.Logger, 211176670, 218215348,
flow.Testnet, "/var/flow/data/protocol", "/var/flow/data/execution_data",
"/var/flow/nov26_testnet_evm_state_gob", 100_000),
)
Expand Down

0 comments on commit a164858

Please sign in to comment.