Browse Source

follow-up prev

master
SomberNight 8 years ago
parent
commit
7043d6907f
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 2
      gui/kivy/main_window.py

2
gui/kivy/main_window.py

@ -709,7 +709,7 @@ class ElectrumWindow(App):
def on_resume(self):
now = time.time()
if self.wallet and self.wallet.has_password and now - self.pause_time > 60:
if self.wallet and self.wallet.has_password() and now - self.pause_time > 60:
self.password_dialog(self.wallet, _('Enter PIN'), None, self.stop)
if self.nfcscanner:
self.nfcscanner.nfc_enable()

Loading…
Cancel
Save