Browse Source

bitbox02: rm plugin.get_client method: just use default impl

master
SomberNight 6 years ago committed by TheCharlatan
parent
commit
10c358dd38
No known key found for this signature in database
GPG Key ID: 9B79B45691DB4173
  1. 6
      electrum/plugins/bitbox02/bitbox02.py

6
electrum/plugins/bitbox02/bitbox02.py

@ -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…
Cancel
Save