params: golint warnings, comments

This commit is contained in:
Kiel barry 2018-05-31 16:54:12 -07:00
parent 265576c22e
commit 067dd9700f

View file

@ -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,