mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
tests: fix lint
This commit is contained in:
parent
259a4ccb08
commit
9af86f95e8
1 changed files with 1 additions and 3 deletions
|
|
@ -17,9 +17,8 @@
|
|||
package tests
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"math/big"
|
||||
"testing"
|
||||
|
||||
"github.com/ethereum/go-ethereum/common"
|
||||
"github.com/ethereum/go-ethereum/params"
|
||||
|
|
@ -51,7 +50,6 @@ var (
|
|||
ByzantiumBlock: big.NewInt(1700000),
|
||||
ConstantinopleBlock: nil,
|
||||
}
|
||||
|
||||
)
|
||||
|
||||
func TestDifficulty(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue