1
0

remove unused variable

This commit is contained in:
SomberNight
2018-03-30 22:31:29 +02:00
parent ffbd0ccecd
commit fb65493963
3 changed files with 0 additions and 8 deletions

View File

@@ -1,5 +1,3 @@
import threading
from binascii import hexlify, unhexlify
from electrum.util import bfh, bh2u
@@ -72,8 +70,6 @@ class KeepKeyCompatiblePlugin(HW_PluginBase):
def __init__(self, parent, config, name):
HW_PluginBase.__init__(self, parent, config, name)
self.main_thread = threading.current_thread()
# FIXME: move to base class when Ledger is fixed
if self.libraries_available:
self.device_manager().register_devices(self.DEVICE_IDS)