1
0

wizard hww: scan devices fewer times and move away from GUI thread

This commit is contained in:
SomberNight
2020-04-09 18:00:35 +02:00
parent 01dac92e19
commit 4b1d835304
9 changed files with 22 additions and 14 deletions

View File

@@ -524,6 +524,7 @@ class ColdcardPlugin(HW_PluginBase):
def setup_device(self, device_info, wizard, purpose):
device_id = device_info.device.id_
client = self.scan_and_create_client_for_device(device_id=device_id, wizard=wizard)
return client
def get_xpub(self, device_id, derivation, xtype, wizard):
# this seems to be part of the pairing process only, not during normal ops?