mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
Update config.go
This commit is contained in:
parent
39389c7525
commit
f74026c47d
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
MainnetGenesisHash = common.HexToHash("0x3abfd94064d39abb1117bdcce540b9ced49e738943936df51e72531a28443d50") // Mainnet genesis hash to enforce below configs on
|
||||
MainnetGenesisHash = common.HexToHash("0x829eb63d88c3ea0c0ba953585bf07662369a2818796e18754a4fb71ed5327246") // Mainnet genesis hash to enforce below configs on
|
||||
TestnetGenesisHash = common.HexToHash("0x41941023680923e0fe4d74a34bdac8141f2540e3ae90623718e47d66d1ca4a2d") // Testnet genesis hash to enforce below configs on
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue