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 --- eth/backend.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eth') diff --git a/eth/backend.go b/eth/backend.go index 06c3cbd17..11ef9660f 100644 --- a/eth/backend.go +++ b/eth/backend.go @@ -21,7 +21,7 @@ import ( "github.com/ethereum/go-ethereum/p2p" "github.com/ethereum/go-ethereum/p2p/discover" "github.com/ethereum/go-ethereum/p2p/nat" - "github.com/ethereum/go-ethereum/vm" + "github.com/ethereum/go-ethereum/core/vm" "github.com/ethereum/go-ethereum/whisper" ) -- cgit v1.2.3