Don't exit before wallet is saved
This commit is contained in:
@@ -63,7 +63,7 @@ class ElectrumGui:
|
||||
self.expert.connect_slots(timer)
|
||||
self.expert.update_wallet()
|
||||
|
||||
sys.exit(self.app.exec_())
|
||||
self.app.exec_()
|
||||
|
||||
def expand(self):
|
||||
self.mini.hide()
|
||||
|
||||
Reference in New Issue
Block a user