Skip to content

Commit

Permalink
Merge pull request ethereum#51 from etclabscore/fix/chain-mordor-gene…
Browse files Browse the repository at this point in the history
…sis-block-timestamp

core: set mordor genesis block timestamp
  • Loading branch information
meowsbits committed Nov 14, 2019
2 parents 442d1ea + 3430c80 commit c12c666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/genesis_mordor.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func DefaultMordorGenesisBlock() *Genesis {
ExtraData: hexutil.MustDecode("0x70686f656e697820636869636b656e206162737572642062616e616e61"),
GasLimit: hexutil.MustDecodeUint64("0x2fefd8"),
Difficulty: hexutil.MustDecodeBig("0x20000"),
Timestamp: hexutil.MustDecodeUint64("0x5d9676db"),
Alloc: GenesisAlloc{},
}
}

0 comments on commit c12c666

Please sign in to comment.