From 9bb7633254f5ded891f1162783bc06c1b4d131a0 Mon Sep 17 00:00:00 2001
From: obscuren <geffobscura@gmail.com>
Date: Thu, 29 May 2014 11:50:36 +0200
Subject: [PATCH] Removed fmt

---
 ethpub/pub.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ethpub/pub.go b/ethpub/pub.go
index 6beab5cf9..a9a962f14 100644
--- a/ethpub/pub.go
+++ b/ethpub/pub.go
@@ -2,7 +2,6 @@ package ethpub
 
 import (
 	"encoding/hex"
-	"fmt"
 	"github.com/ethereum/eth-go/ethchain"
 	"github.com/ethereum/eth-go/ethutil"
 	"math/big"
-- 
GitLab