From 0330077d76b48934ab024a309000f83c78047d8a Mon Sep 17 00:00:00 2001 From: obscuren Date: Mon, 23 Mar 2015 16:59:09 +0100 Subject: moved state and vm to core --- xeth/state.go | 2 +- xeth/types.go | 2 +- xeth/xeth.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'xeth') diff --git a/xeth/state.go b/xeth/state.go index f645a9cac..b0f2ce019 100644 --- a/xeth/state.go +++ b/xeth/state.go @@ -2,7 +2,7 @@ package xeth import ( "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/state" + "github.com/ethereum/go-ethereum/core/state" ) type State struct { diff --git a/xeth/types.go b/xeth/types.go index b4ba7bab0..09d0dc714 100644 --- a/xeth/types.go +++ b/xeth/types.go @@ -11,7 +11,7 @@ import ( "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/p2p" "github.com/ethereum/go-ethereum/rlp" - "github.com/ethereum/go-ethereum/state" + "github.com/ethereum/go-ethereum/core/state" ) type Object struct { diff --git a/xeth/xeth.go b/xeth/xeth.go index f7f4ce0cf..02a691ffb 100644 --- a/xeth/xeth.go +++ b/xeth/xeth.go @@ -19,7 +19,7 @@ import ( "github.com/ethereum/go-ethereum/logger" "github.com/ethereum/go-ethereum/miner" "github.com/ethereum/go-ethereum/p2p" - "github.com/ethereum/go-ethereum/state" + "github.com/ethereum/go-ethereum/core/state" "github.com/ethereum/go-ethereum/whisper" ) -- cgit v1.2.3