aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2014-10-30 03:39:01 +0800
committerFelix Lange <fjl@twurst.com>2014-10-30 03:39:26 +0800
commitf05d422a97bfdfbf141a455d25566779c4b32da9 (patch)
tree343841fe7ef8c357900ccdbf05bbb6f819b02c13 /ethchain
parent2ef044edfca1afcb0e3185f32d5e4c7cce72153a (diff)
downloadgo-tangerine-f05d422a97bfdfbf141a455d25566779c4b32da9.tar
go-tangerine-f05d422a97bfdfbf141a455d25566779c4b32da9.tar.gz
go-tangerine-f05d422a97bfdfbf141a455d25566779c4b32da9.tar.bz2
go-tangerine-f05d422a97bfdfbf141a455d25566779c4b32da9.tar.lz
go-tangerine-f05d422a97bfdfbf141a455d25566779c4b32da9.tar.xz
go-tangerine-f05d422a97bfdfbf141a455d25566779c4b32da9.tar.zst
go-tangerine-f05d422a97bfdfbf141a455d25566779c4b32da9.zip
ethchain: fix dependency
Diffstat (limited to 'ethchain')
-rw-r--r--ethchain/bloom9.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethchain/bloom9.go b/ethchain/bloom9.go
index e841e7af7..4028231a3 100644
--- a/ethchain/bloom9.go
+++ b/ethchain/bloom9.go
@@ -3,7 +3,7 @@ package ethchain
import (
"math/big"
- "github.com/ethereum.backup/ethutil-go"
+ "github.com/ethereum/go-ethereum/ethutil"
"github.com/ethereum/go-ethereum/vm"
)