From 067dd9700ff68ca1f0d94b7e194d853b6c4b48fb Mon Sep 17 00:00:00 2001 From: Kiel barry Date: Thu, 31 May 2018 16:54:12 -0700 Subject: [PATCH] params: golint warnings, comments --- tests/difficulty_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/difficulty_test.go b/tests/difficulty_test.go index 6006373009..20294cc9d5 100644 --- a/tests/difficulty_test.go +++ b/tests/difficulty_test.go @@ -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,