hww: distinguish devices based on "soft device id" (not just labels)
fixes #5759
This commit is contained in:
@@ -98,6 +98,9 @@ class TrezorClientBase(HardwareClientBase, 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