coldcard: avoid creating keystore with testnet/mainnet mixed up
fixes #6722
This commit is contained in:
@@ -480,6 +480,12 @@ class BaseWizard(Logger):
|
||||
'label': label,
|
||||
'soft_device_id': soft_device_id,
|
||||
}
|
||||
try:
|
||||
client.manipulate_keystore_dict_during_wizard_setup(d)
|
||||
except Exception as e:
|
||||
self.logger.exception('')
|
||||
self.show_error(e)
|
||||
raise ChooseHwDeviceAgain()
|
||||
k = hardware_keystore(d)
|
||||
self.on_keystore(k)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user