aboutsummaryrefslogtreecommitdiffstats
path: root/tests/init.go
diff options
context:
space:
mode:
authorEli <elihanover@yahoo.com>2018-05-02 16:20:19 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-05-02 16:20:19 +0800
commitd76c5ca532bfeba5469ed42985630116a1f41ebe (patch)
tree6c63efd2c949fc30f90024a575a94f6ad11c0cf3 /tests/init.go
parentc1ea52757358d2e9d87c636a9519ffdc74ea8ac0 (diff)
downloadgo-tangerine-d76c5ca532bfeba5469ed42985630116a1f41ebe.tar
go-tangerine-d76c5ca532bfeba5469ed42985630116a1f41ebe.tar.gz
go-tangerine-d76c5ca532bfeba5469ed42985630116a1f41ebe.tar.bz2
go-tangerine-d76c5ca532bfeba5469ed42985630116a1f41ebe.tar.lz
go-tangerine-d76c5ca532bfeba5469ed42985630116a1f41ebe.tar.xz
go-tangerine-d76c5ca532bfeba5469ed42985630116a1f41ebe.tar.zst
go-tangerine-d76c5ca532bfeba5469ed42985630116a1f41ebe.zip
tests: golint fixes for tests directory (#16640)
Diffstat (limited to 'tests/init.go')
-rw-r--r--tests/init.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/init.go b/tests/init.go
index ff8ee7da1..0bea5ccd6 100644
--- a/tests/init.go
+++ b/tests/init.go
@@ -23,7 +23,7 @@ import (
"github.com/ethereum/go-ethereum/params"
)
-// This table defines supported forks and their chain config.
+// Forks table defines supported forks and their chain config.
var Forks = map[string]*params.ChainConfig{
"Frontier": {
ChainId: big.NewInt(1),