aboutsummaryrefslogtreecommitdiffstats
path: root/ui/library.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/library.go')
-rw-r--r--ui/library.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/library.go b/ui/library.go
index c9273e8c5..3bbb01314 100644
--- a/ui/library.go
+++ b/ui/library.go
@@ -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())