From 3e5e16d3f035d18322b76ab1647fde292c6404c6 Mon Sep 17 00:00:00 2001 From: Julian Yap Date: Mon, 30 Jan 2017 19:47:17 -1000 Subject: [PATCH] Set MainNet Genesis block hash --- params/util.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/params/util.go b/params/util.go index 789acb8ba1..16c2022dbc 100644 --- a/params/util.go +++ b/params/util.go @@ -24,9 +24,9 @@ import ( var ( TestNetGenesisHash = common.HexToHash("0x41941023680923e0fe4d74a34bdac8141f2540e3ae90623718e47d66d1ca4a2d") // Testnet genesis hash to enforce below configs on - MainNetGenesisHash = common.HexToHash("0xd4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3") // Mainnet genesis hash to enforce below configs on + MainNetGenesisHash = common.HexToHash("0x406f1b7dd39fca54d8c702141851ed8b755463ab5b560e6f19b963b4047418af") // Mainnet genesis hash to enforce below configs on - TestNetHomesteadBlock = big.NewInt(0) // Testnet homestead block + TestNetHomesteadBlock = big.NewInt(0) // Testnet homestead block MainNetHomesteadBlock = big.NewInt(0) // Mainnet homestead block TestNetHomesteadGasRepriceBlock = big.NewInt(0) // Testnet gas reprice block