aboutsummaryrefslogtreecommitdiffstats
path: root/chain
diff options
context:
space:
mode:
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"
)