electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 39c1893a747c7e209aad80f551a7eb08e048c4d4
parent 3a1bb5b61a5126ad47ff01a609b0e24db800c1f5
Author: Neil Booth <kyuupichan@gmail.com>
Date:   Sat, 26 Dec 2015 16:28:55 +0900

Initialize self.d for KeepKey

Diffstat:
Mplugins/keepkey/qt.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/plugins/keepkey/qt.py b/plugins/keepkey/qt.py @@ -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'))