1
0

use tx.txid() instead of tx.hash()

This commit is contained in:
SomberNight
2018-01-12 14:18:50 +01:00
parent a94789b8ef
commit 4435a6c9c7
4 changed files with 4 additions and 4 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)