aboutsummaryrefslogtreecommitdiffstats
path: root/core/helper_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/helper_test.go')
-rw-r--r--core/helper_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helper_test.go b/core/helper_test.go
index 2b1510ea4..b340144fd 100644
--- a/core/helper_test.go
+++ b/core/helper_test.go
@@ -4,7 +4,7 @@ import (
"container/list"
"fmt"
- "github.com/ethereum/go-ethereum/chain/types"
+ "github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/ethdb"
"github.com/ethereum/go-ethereum/ethutil"