hww: distinguish devices based on "soft device id" (not just labels)
fixes #5759
This commit is contained in:
@@ -119,6 +119,9 @@ class KeepKeyClientBase(HardwareClientBase, GuiMixin, Logger):
|
||||
def label(self):
|
||||
return self.features.label
|
||||
|
||||
def get_soft_device_id(self):
|
||||
return self.features.device_id
|
||||
|
||||
def is_initialized(self):
|
||||
return self.features.initialized
|
||||
|
||||
|
||||
Reference in New Issue
Block a user