Skip to content

Commit a5a92b6

Browse files
committed
core/forkid: update test with mainnet genesis checksum
1 parent 9e8288d commit a5a92b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/forkid/forkid_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func TestCreation(t *testing.T) {
4343
params.MainnetChainConfig,
4444
params.MainnetGenesisHash,
4545
[]testcase{
46-
{0, ID{Hash: checksumToBytes(0x19f2b99f), Next: 0}}, // No forks on mainnet.
46+
{0, ID{Hash: checksumToBytes(0xff004b1f), Next: 0}}, // No forks on mainnet.
4747
// TODO: Expand this test case when more forks are added.
4848
},
4949
},

0 commit comments

Comments
 (0)