gui stdio.py text.py changes from 3.1.3

This commit is contained in:
zebra-lucky 2018-06-04 23:50:38 +03:00
parent f051cdfbc4
commit 604ec07fa5
2 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@ class ElectrumGui:
return
if self.str_description:
self.wallet.labels[tx.hash()] = self.str_description
self.wallet.labels[tx.txid()] = self.str_description
print(_("Please wait..."))
status, msg = self.network.broadcast(tx)

View File

@ -346,7 +346,7 @@ class ElectrumGui:
return
if self.str_description:
self.wallet.labels[tx.hash()] = self.str_description
self.wallet.labels[tx.txid()] = self.str_description
self.show_message(_("Please wait..."), getchar=False)
status, msg = self.network.broadcast(tx)