diff options
author | Eli <elihanover@yahoo.com> | 2018-05-02 16:20:19 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-05-02 16:20:19 +0800 |
commit | d76c5ca532bfeba5469ed42985630116a1f41ebe (patch) | |
tree | 6c63efd2c949fc30f90024a575a94f6ad11c0cf3 /tests/init.go | |
parent | c1ea52757358d2e9d87c636a9519ffdc74ea8ac0 (diff) | |
download | dexon-d76c5ca532bfeba5469ed42985630116a1f41ebe.tar dexon-d76c5ca532bfeba5469ed42985630116a1f41ebe.tar.gz dexon-d76c5ca532bfeba5469ed42985630116a1f41ebe.tar.bz2 dexon-d76c5ca532bfeba5469ed42985630116a1f41ebe.tar.lz dexon-d76c5ca532bfeba5469ed42985630116a1f41ebe.tar.xz dexon-d76c5ca532bfeba5469ed42985630116a1f41ebe.tar.zst dexon-d76c5ca532bfeba5469ed42985630116a1f41ebe.zip |
tests: golint fixes for tests directory (#16640)
Diffstat (limited to 'tests/init.go')
-rw-r--r-- | tests/init.go | 2 |
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), |