1
0

hw plugins: (cleanup) Plugin objects should not have a Client field

Clients are per-connected-device, plugins are ~singletons.
These were mostly remnants of old code.
This commit is contained in:
SomberNight
2022-05-11 19:16:18 +02:00
parent 30623c3529
commit aab8e664ed
2 changed files with 0 additions and 2 deletions

View File

@@ -661,7 +661,6 @@ class DigitalBitboxPlugin(HW_PluginBase):
libraries_available = DIGIBOX
keystore_class = DigitalBitbox_KeyStore
client = None
DEVICE_IDS = [
(0x03eb, 0x2402) # Digital Bitbox
]

View File

@@ -581,7 +581,6 @@ class Ledger_KeyStore(Hardware_KeyStore):
class LedgerPlugin(HW_PluginBase):
keystore_class = Ledger_KeyStore
minimum_library = (0, 1, 32)
client = None
DEVICE_IDS = [
(0x2581, 0x1807), # HW.1 legacy btchip
(0x2581, 0x2b7c), # HW.1 transitional production