use tx.txid() instead of tx.hash()
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user