aboutsummaryrefslogtreecommitdiffstats
path: root/ethpub
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-29 17:50:36 +0800
committerobscuren <geffobscura@gmail.com>2014-05-29 17:50:36 +0800
commit9bb7633254f5ded891f1162783bc06c1b4d131a0 (patch)
treec8bda6fd9f0fed7d827af7168a0e61df0c341733 /ethpub
parente7097641e3987420429fe47efdb678c9e4cd9ba9 (diff)
downloadgo-tangerine-9bb7633254f5ded891f1162783bc06c1b4d131a0.tar
go-tangerine-9bb7633254f5ded891f1162783bc06c1b4d131a0.tar.gz
go-tangerine-9bb7633254f5ded891f1162783bc06c1b4d131a0.tar.bz2
go-tangerine-9bb7633254f5ded891f1162783bc06c1b4d131a0.tar.lz
go-tangerine-9bb7633254f5ded891f1162783bc06c1b4d131a0.tar.xz
go-tangerine-9bb7633254f5ded891f1162783bc06c1b4d131a0.tar.zst
go-tangerine-9bb7633254f5ded891f1162783bc06c1b4d131a0.zip
Removed fmt
Diffstat (limited to 'ethpub')
-rw-r--r--ethpub/pub.go1
1 files changed, 0 insertions, 1 deletions
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"