Save the description to the wallet on broadcasting
Resolves a long-standing bug with view-before-broadcast
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user