Salvatore Ingala
2 years ago
No known key found for this signature in database
GPG Key ID: 74060FF81B33E4F8
1 changed files with
1 additions and
1 deletions
-
electrum/plugins/ledger/ledger.py
|
|
@ -1258,7 +1258,7 @@ class LedgerPlugin(HW_PluginBase): |
|
|
|
HW_PluginBase.__init__(self, parent, config, name) |
|
|
|
self.libraries_available = self.check_libraries_available() |
|
|
|
if not self.libraries_available: |
|
|
|
print("Library unavailable") |
|
|
|
_logger.info("Library unavailable") |
|
|
|
return |
|
|
|
# to support legacy devices and legacy firmwares |
|
|
|
self.device_manager().register_devices(self.DEVICE_IDS, plugin=self) |
|
|
|