diff options
author | Felix Lange <fjl@twurst.com> | 2014-10-30 03:39:01 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2014-10-30 03:39:26 +0800 |
commit | f05d422a97bfdfbf141a455d25566779c4b32da9 (patch) | |
tree | 343841fe7ef8c357900ccdbf05bbb6f819b02c13 | |
parent | 2ef044edfca1afcb0e3185f32d5e4c7cce72153a (diff) | |
download | dexon-f05d422a97bfdfbf141a455d25566779c4b32da9.tar.gz dexon-f05d422a97bfdfbf141a455d25566779c4b32da9.tar.zst dexon-f05d422a97bfdfbf141a455d25566779c4b32da9.zip |
ethchain: fix dependency
-rw-r--r-- | ethchain/bloom9.go | 2 |
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" ) |