mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
bitbox02: rm plugin.get_client method: just use default impl
This commit is contained in:
parent
dda20583c2
commit
10c358dd38
1 changed files with 0 additions and 6 deletions
|
@ -587,12 +587,6 @@ class BitBox02Plugin(HW_PluginBase):
|
|||
assert client.bitbox02_device is not None
|
||||
return client.get_xpub(derivation, xtype)
|
||||
|
||||
def get_client(self, keystore: BitBox02_KeyStore, force_pair: bool = True):
|
||||
devmgr = self.device_manager()
|
||||
handler = keystore.handler
|
||||
client = devmgr.client_for_keystore(self, handler, keystore, force_pair)
|
||||
return client
|
||||
|
||||
def show_address(
|
||||
self,
|
||||
wallet: Deterministic_Wallet,
|
||||
|
|
Loading…
Add table
Reference in a new issue