Initialize self.d for KeepKey
This commit is contained in:
parent
3a1bb5b61a
commit
39c1893a74
@ -101,6 +101,7 @@ class KeepKeyQtHandler:
|
||||
self.win.connect(win, SIGNAL('pin_dialog'), self.pin_dialog)
|
||||
self.win.connect(win, SIGNAL('passphrase_dialog'), self.passphrase_dialog)
|
||||
self.done = threading.Event()
|
||||
self.d = None
|
||||
|
||||
def stop(self):
|
||||
self.win.emit(SIGNAL('keepkey_done'))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user