mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
params: golint warnings, comments
This commit is contained in:
parent
265576c22e
commit
067dd9700f
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ import (
|
|||
|
||||
var (
|
||||
mainnetChainConfig = params.ChainConfig{
|
||||
ChainId: big.NewInt(1),
|
||||
ChainID: big.NewInt(1),
|
||||
HomesteadBlock: big.NewInt(1150000),
|
||||
DAOForkBlock: big.NewInt(1920000),
|
||||
DAOForkSupport: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue