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" )