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 --- cmd/disasm/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/disasm/main.go') diff --git a/cmd/disasm/main.go b/cmd/disasm/main.go index 5d42121b6..5b658046f 100644 --- a/cmd/disasm/main.go +++ b/cmd/disasm/main.go @@ -6,7 +6,7 @@ import ( "os" "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/vm" + "github.com/ethereum/go-ethereum/core/vm" ) func main() { -- cgit