Skip to content

Commit

Permalink
Update mainnet fork digest
Browse files Browse the repository at this point in the history
  • Loading branch information
ImTei committed Apr 22, 2024
1 parent d75c6d3 commit 749fc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl/fork/fork_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func TestMainnetForkDigest(t *testing.T) {
require.NoError(t, err)
_, err = ComputeForkId(&beaconCfg, &genesisCfg)
require.NoError(t, err)
require.Equal(t, [4]byte{0xbb, 0xa4, 0xda, 0x96}, digest)
require.Equal(t, [4]byte{0x6a, 0x95, 0xa1, 0xa9}, digest)
}

func TestMainnetForkDigestWithNoGenesisTime(t *testing.T) {
Expand Down

0 comments on commit 749fc15

Please sign in to comment.