From 83663ed4b01480c628ce2c849e4e881ac04b5120 Mon Sep 17 00:00:00 2001 From: obscuren Date: Thu, 4 Dec 2014 10:53:49 +0100 Subject: Renames for chain, updated VM, moved methods * Renamed a couple more chain => core * Updated VM `pc` to be uint64 rather than big int * XEth interface cleanup --- core/helper_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/helper_test.go') 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" -- cgit v1.2.3