We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8288d commit a5a92b6Copy full SHA for a5a92b6
core/forkid/forkid_test.go
@@ -43,7 +43,7 @@ func TestCreation(t *testing.T) {
43
params.MainnetChainConfig,
44
params.MainnetGenesisHash,
45
[]testcase{
46
- {0, ID{Hash: checksumToBytes(0x19f2b99f), Next: 0}}, // No forks on mainnet.
+ {0, ID{Hash: checksumToBytes(0xff004b1f), Next: 0}}, // No forks on mainnet.
47
// TODO: Expand this test case when more forks are added.
48
},
49
0 commit comments