aboutsummaryrefslogtreecommitdiffstats
path: root/ethpub
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-06-12 16:07:27 +0800
committerobscuren <geffobscura@gmail.com>2014-06-12 16:07:27 +0800
commit3a9d7d318abb3cd01ecd012ae85da5e586436d65 (patch)
tree833c5e876a1494d9abd79f01e58513ec1c51dfff /ethpub
parent1938bfcddfd2722880a692c59cad344b611711c8 (diff)
downloadgo-tangerine-3a9d7d318abb3cd01ecd012ae85da5e586436d65.tar
go-tangerine-3a9d7d318abb3cd01ecd012ae85da5e586436d65.tar.gz
go-tangerine-3a9d7d318abb3cd01ecd012ae85da5e586436d65.tar.bz2
go-tangerine-3a9d7d318abb3cd01ecd012ae85da5e586436d65.tar.lz
go-tangerine-3a9d7d318abb3cd01ecd012ae85da5e586436d65.tar.xz
go-tangerine-3a9d7d318abb3cd01ecd012ae85da5e586436d65.tar.zst
go-tangerine-3a9d7d318abb3cd01ecd012ae85da5e586436d65.zip
log changes
Diffstat (limited to 'ethpub')
-rw-r--r--ethpub/pub.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/ethpub/pub.go b/ethpub/pub.go
index e00bd0dbe..5c636f7a2 100644
--- a/ethpub/pub.go
+++ b/ethpub/pub.go
@@ -193,8 +193,6 @@ func (lib *PEthereum) createTx(key, recipient, valueStr, gasStr, gasPriceStr, sc
if contractCreation {
ethutil.Config.Log.Infof("Contract addr %x", tx.CreationAddress())
- } else {
- ethutil.Config.Log.Infof("Tx hash %x", tx.Hash())
}
return NewPReciept(contractCreation, tx.CreationAddress(), tx.Hash(), keyPair.Address()), nil