Save the description to the wallet on broadcasting

Resolves a long-standing bug with view-before-broadcast
This commit is contained in:
Neil Booth 2015-06-26 15:40:41 +09:00
parent 1c186cd9b6
commit 7e36555ed8
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class TxDialog(QWidget):
self.update()
def do_broadcast(self):
self.parent.broadcast_transaction(self.tx, None)
self.parent.broadcast_transaction(self.tx, self.desc)
self.saved = True
def close(self):