tests: fix lint

This commit is contained in:
Felix Lange 2018-10-05 20:36:34 +02:00
parent 259a4ccb08
commit 9af86f95e8

View file

@ -17,9 +17,8 @@
package tests package tests
import ( import (
"testing"
"math/big" "math/big"
"testing"
"github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/params" "github.com/ethereum/go-ethereum/params"
@ -51,7 +50,6 @@ var (
ByzantiumBlock: big.NewInt(1700000), ByzantiumBlock: big.NewInt(1700000),
ConstantinopleBlock: nil, ConstantinopleBlock: nil,
} }
) )
func TestDifficulty(t *testing.T) { func TestDifficulty(t *testing.T) {