From 3430c808b6706dee4684b1fb1bc2a222048e9976 Mon Sep 17 00:00:00 2001 From: meows Date: Wed, 13 Nov 2019 14:17:45 -0500 Subject: [PATCH] core: set mordor genesis block timestamp --- core/genesis_mordor.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/genesis_mordor.go b/core/genesis_mordor.go index acf49ac98dd9..11602d2578a5 100644 --- a/core/genesis_mordor.go +++ b/core/genesis_mordor.go @@ -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{}, } } \ No newline at end of file