SomberNight
5 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
2 additions and
2 deletions
-
electrum/plugins/coldcard/coldcard.py
|
|
@ -519,8 +519,8 @@ class ColdcardPlugin(HW_PluginBase): |
|
|
|
rv = CKCCClient(self, handler, device.path, |
|
|
|
is_simulator=(device.product_key[1] == CKCC_SIMULATED_PID)) |
|
|
|
return rv |
|
|
|
except: |
|
|
|
self.logger.info('late failure connecting to device?') |
|
|
|
except Exception as e: |
|
|
|
self.logger.exception('late failure connecting to device?') |
|
|
|
return None |
|
|
|
|
|
|
|
def setup_device(self, device_info, wizard, purpose): |
|
|
|