Browse Source

hw plugins: (follow-up) rm some more dead code

follow-up 30623c3529
patch-4
SomberNight 3 years ago
parent
commit
7f876e46fb
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 3
      electrum/plugins/coldcard/coldcard.py

3
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.

Loading…
Cancel
Save