1
0

store contacts in a separate file, shared between wallets

This commit is contained in:
ThomasV
2015-04-23 12:16:46 +02:00
parent 065145e557
commit e8189490e9
4 changed files with 71 additions and 73 deletions

View File

@@ -110,7 +110,7 @@ class Plugin(BasePlugin):
self.win.previous_payto_e = new_url
if self.config.get('openalias_autoadd') == 'checked':
self.win.wallet.add_contact(url, name)
self.win.contacts[url] = ('openalias', name)
self.win.update_contacts_tab()
self.win.payto_e.setFrozen(True)