Skip to content

Commit

Permalink
core/forkid: fix missing test field (genesis block)
Browse files Browse the repository at this point in the history
Date: 2023-10-27 08:19:16-06:00
Signed-off-by: meows <[email protected]>
  • Loading branch information
meowsbits committed Oct 27, 2023
1 parent ec3e059 commit dd25262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/forkid/forkid_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,7 @@ func TestGatherForks(t *testing.T) {
{
"mordor",
params.MordorChainConfig,
core.GenesisToBlock(params.DefaultMordorGenesisBlock(), nil),
[]uint64{301_243, 999_983, 2_520_000, 3_985_893, 5_520_000, 9_957_000},
},
{
Expand Down

0 comments on commit dd25262

Please sign in to comment.