log changes

This commit is contained in:
obscuren
2014-06-12 10:07:27 +02:00
parent 1938bfcddf
commit 3a9d7d318a
4 changed files with 13 additions and 10 deletions

View File

@ -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