tests: golint fixes for tests directory (#16640)

This commit is contained in:
Eli
2018-05-02 01:20:19 -07:00
committed by Péter Szilágyi
parent c1ea527573
commit d76c5ca532
4 changed files with 8 additions and 10 deletions

View File

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