KeepKey: Implement secure recovery from seed
This method relies on having a large screen so only works with KeepKey firmware.
This commit is contained in:
@@ -285,7 +285,7 @@ class TrezorCompatiblePlugin(BasePlugin, ThreadJob):
|
||||
(item, label, pin_protection, passphrase_protection) \
|
||||
= wallet.handler.request_trezor_init_settings(method, self.device)
|
||||
|
||||
if method == TIM_RECOVER:
|
||||
if method == TIM_RECOVER and self.device == 'Trezor':
|
||||
# Warn user about firmware lameness
|
||||
wallet.handler.show_error(_(
|
||||
"You will be asked to enter 24 words regardless of your "
|
||||
|
||||
Reference in New Issue
Block a user