1
0

use contacts in command line

This commit is contained in:
ThomasV
2015-05-31 14:10:52 +02:00
parent 5cd3bfedb6
commit ee5f499fc1
3 changed files with 35 additions and 43 deletions

View File

@@ -118,7 +118,7 @@ class ElectrumWindow(QMainWindow):
self.app = gui_object.app
self.invoices = InvoiceStore(self.config)
self.contacts = StoreDict(self.config, 'contacts')
self.contacts = util.Contacts(self.config)
self.create_status_bar()
self.need_update = threading.Event()