From d76c5ca532bfeba5469ed42985630116a1f41ebe Mon Sep 17 00:00:00 2001 From: Eli Date: Wed, 2 May 2018 01:20:19 -0700 Subject: tests: golint fixes for tests directory (#16640) --- tests/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/init.go') 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), -- cgit