Minor UI change

This commit is contained in:
obscuren
2014-02-25 10:55:44 +01:00
parent 78b6e7ad95
commit 6451a7187a
2 changed files with 11 additions and 1 deletions

View File

@ -40,6 +40,8 @@ func (lib *EthLib) CreateTx(receiver, a, data string) string {
if len(receiver) == 0 {
ethutil.Config.Log.Infof("Contract addr %x", tx.Hash()[12:])
} else {
ethutil.Config.Log.Infof("Tx hash %x", tx.Hash())
}
return ethutil.Hex(tx.Hash())