SomberNight
3 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
0 additions and
3 deletions
-
electrum/plugins/coldcard/coldcard.py
|
|
@ -507,9 +507,6 @@ class ColdcardPlugin(HW_PluginBase): |
|
|
|
|
|
|
|
@runs_in_hwd_thread |
|
|
|
def create_client(self, device, handler): |
|
|
|
if handler: |
|
|
|
self.handler = handler |
|
|
|
|
|
|
|
# We are given a HID device, or at least some details about it. |
|
|
|
# Not sure why not we aren't just given a HID library handle, but |
|
|
|
# the 'path' is unabiguous, so we'll use that. |
|
|
|