mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 17:55:20 +00:00
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:
parent
e830ef309f
commit
dda20583c2
1 changed files with 0 additions and 3 deletions
|
@ -68,9 +68,6 @@ class BitBox02Client(HardwareClientBase):
|
||||||
if self.bitbox_hid_info is None:
|
if self.bitbox_hid_info is None:
|
||||||
raise Exception("No BitBox02 detected")
|
raise Exception("No BitBox02 detected")
|
||||||
|
|
||||||
def label(self) -> str:
|
|
||||||
return "BitBox02"
|
|
||||||
|
|
||||||
def is_initialized(self) -> bool:
|
def is_initialized(self) -> bool:
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue