aboutsummaryrefslogtreecommitdiffstats
path: root/core/genesis.go
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2019-04-16 20:39:02 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-16 20:57:08 +0800
commit4d4dc1b286253762d59294bfa0f3033ae71350c3 (patch)
tree7fe038583974e8095219936d1069acd3b9027844 /core/genesis.go
parent1719b6f97213b4b9a7a2bb1804713b584c312106 (diff)
downloaddexon-4d4dc1b286253762d59294bfa0f3033ae71350c3.tar
dexon-4d4dc1b286253762d59294bfa0f3033ae71350c3.tar.gz
dexon-4d4dc1b286253762d59294bfa0f3033ae71350c3.tar.bz2
dexon-4d4dc1b286253762d59294bfa0f3033ae71350c3.tar.lz
dexon-4d4dc1b286253762d59294bfa0f3033ae71350c3.tar.xz
dexon-4d4dc1b286253762d59294bfa0f3033ae71350c3.tar.zst
dexon-4d4dc1b286253762d59294bfa0f3033ae71350c3.zip
core: update mainnet genesis allocation data and config (#369)
Diffstat (limited to 'core/genesis.go')
-rw-r--r--core/genesis.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/genesis.go b/core/genesis.go
index f9426212e..48e1466e1 100644
--- a/core/genesis.go
+++ b/core/genesis.go
@@ -386,7 +386,7 @@ func DefaultGenesisBlock() *Genesis {
Config: params.MainnetChainConfig,
Timestamp: params.MainnetChainConfig.DMoment * 1000,
Nonce: 0x42,
- ExtraData: hexutil.MustDecode("0x5765692d4e696e6720536f6e696320426f6a696520323031382d31302d32302e"),
+ ExtraData: hexutil.MustDecode("0xc0d1cc809ea40f65918b4c15a0f43611d3061d5ea61acd725da1c1c51b5097e1"),
GasLimit: 40000000,
Difficulty: big.NewInt(1),
Alloc: decodePrealloc(mainnetAllocData),