aboutsummaryrefslogtreecommitdiffstats
path: root/tests/difficulty_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/difficulty_test.go')
-rw-r--r--tests/difficulty_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/difficulty_test.go b/tests/difficulty_test.go
index 600637300..20294cc9d 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,