From b6f30bfc0e50706afe2ed9035e1cea1008e48f48 Mon Sep 17 00:00:00 2001 From: rjl493456442 Date: Mon, 3 Aug 2020 15:08:38 +0800 Subject: [PATCH] core: fix import --- core/state/state_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/state/state_test.go b/core/state/state_test.go index 90b729dbd4415..d4d595800f338 100644 --- a/core/state/state_test.go +++ b/core/state/state_test.go @@ -18,7 +18,6 @@ package state import ( "bytes" - "github.com/ethereum/go-ethereum/trie" "math/big" "testing" @@ -26,6 +25,7 @@ import ( "github.com/ethereum/go-ethereum/core/rawdb" "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/ethdb" + "github.com/ethereum/go-ethereum/trie" ) var toAddr = common.BytesToAddress