diff --git a/ethpub/types.go b/ethpub/types.go index 75115f4e87c1..5d3bfcaaadca 100644 --- a/ethpub/types.go +++ b/ethpub/types.go @@ -2,7 +2,6 @@ package ethpub import ( "encoding/hex" - "fmt" "github.com/ethereum/eth-go/ethchain" "github.com/ethereum/eth-go/ethutil" )