1
0

wallet.make_unsigned_transaction()

This commit is contained in:
thomasv
2013-09-04 10:33:14 +02:00
parent 6696e9643c
commit 903e70566c
2 changed files with 14 additions and 17 deletions

View File

@@ -1013,6 +1013,10 @@ class ElectrumWindow(QMainWindow):
except:
QMessageBox.warning(self, _('Error'), _('Could not write transaction to file'), _('OK'))
# add recipient to addressbook
if to_address not in self.wallet.addressbook and not self.wallet.is_mine(to_address):
self.wallet.addressbook.append(to_address)