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