aboutsummaryrefslogtreecommitdiffstats
path: root/chain
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-11-05 07:34:59 +0800
committerobscuren <geffobscura@gmail.com>2014-11-05 07:34:59 +0800
commit48488017e498916c81122c01cfe1880afdd00d48 (patch)
tree1b0c3d95cf9fbe66aa9f7dcbe37a0a9dc19bfe86 /chain
parentb4da085a9fa0b578c7e91a9606a15a018b340d95 (diff)
downloadgo-tangerine-48488017e498916c81122c01cfe1880afdd00d48.tar
go-tangerine-48488017e498916c81122c01cfe1880afdd00d48.tar.gz
go-tangerine-48488017e498916c81122c01cfe1880afdd00d48.tar.bz2
go-tangerine-48488017e498916c81122c01cfe1880afdd00d48.tar.lz
go-tangerine-48488017e498916c81122c01cfe1880afdd00d48.tar.xz
go-tangerine-48488017e498916c81122c01cfe1880afdd00d48.tar.zst
go-tangerine-48488017e498916c81122c01cfe1880afdd00d48.zip
Proper packages
Diffstat (limited to 'chain')
-rw-r--r--chain/asm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/chain/asm.go b/chain/asm.go
index 4b12425fd..5a2e961ac 100644
--- a/chain/asm.go
+++ b/chain/asm.go
@@ -4,7 +4,7 @@ import (
"fmt"
"math/big"
- "github.com/ethereum/ethutil"
+ "github.com/ethereum/go-ethereum/ethutil"
"github.com/ethereum/go-ethereum/vm"
)