diff options
author | obscuren <geffobscura@gmail.com> | 2014-06-12 16:07:27 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-06-12 16:07:27 +0800 |
commit | 3a9d7d318abb3cd01ecd012ae85da5e586436d65 (patch) | |
tree | 833c5e876a1494d9abd79f01e58513ec1c51dfff /ethpub | |
parent | 1938bfcddfd2722880a692c59cad344b611711c8 (diff) | |
download | dexon-3a9d7d318abb3cd01ecd012ae85da5e586436d65.tar.gz dexon-3a9d7d318abb3cd01ecd012ae85da5e586436d65.tar.zst dexon-3a9d7d318abb3cd01ecd012ae85da5e586436d65.zip |
log changes
Diffstat (limited to 'ethpub')
-rw-r--r-- | ethpub/pub.go | 2 |
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 |