hww: make DeviceMgr.select_device dlg msg more explicit (add details)
related https://github.com/spesmilo/electrum/issues/4199#issuecomment-1145063552
This commit is contained in:
@@ -797,7 +797,7 @@ class Hardware_KeyStore(Xpub, KeyStore):
|
||||
# handler. The handler is per-window and preserved across
|
||||
# device reconnects
|
||||
self.xpub = d.get('xpub')
|
||||
self.label = d.get('label')
|
||||
self.label = d.get('label') # type: Optional[str]
|
||||
self.soft_device_id = d.get('soft_device_id') # type: Optional[str]
|
||||
self.handler = None # type: Optional[HardwareHandlerBase]
|
||||
run_hook('init_keystore', self)
|
||||
|
||||
Reference in New Issue
Block a user