bitbox02: rm BitBox02Client.label override

if placeholder anyway, just use base impl
(alternatively we should list it in electrum.plugin.PLACEHOLDER_HW_CLIENT_LABELS)
This commit is contained in:
SomberNight 2020-04-08 18:38:22 +02:00 committed by TheCharlatan
parent e830ef309f
commit dda20583c2
No known key found for this signature in database
GPG key ID: 9B79B45691DB4173

View file

@ -68,9 +68,6 @@ class BitBox02Client(HardwareClientBase):
if self.bitbox_hid_info is None:
raise Exception("No BitBox02 detected")
def label(self) -> str:
return "BitBox02"
def is_initialized(self) -> bool:
return True