mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +00:00
Save the description to the wallet on broadcasting
Resolves a long-standing bug with view-before-broadcast
This commit is contained in:
parent
1c186cd9b6
commit
7e36555ed8
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ class TxDialog(QWidget):
|
||||||
self.update()
|
self.update()
|
||||||
|
|
||||||
def do_broadcast(self):
|
def do_broadcast(self):
|
||||||
self.parent.broadcast_transaction(self.tx, None)
|
self.parent.broadcast_transaction(self.tx, self.desc)
|
||||||
self.saved = True
|
self.saved = True
|
||||||
|
|
||||||
def close(self):
|
def close(self):
|
||||||
|
|
Loading…
Add table
Reference in a new issue