From f05d422a97bfdfbf141a455d25566779c4b32da9 Mon Sep 17 00:00:00 2001
From: Felix Lange <fjl@twurst.com>
Date: Wed, 29 Oct 2014 20:39:01 +0100
Subject: ethchain: fix dependency

---
 ethchain/bloom9.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'ethchain')

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"
 )
 
-- 
cgit v1.2.3