1
0

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:
Neil Booth
2016-01-23 12:09:52 +09:00
parent eb865779eb
commit 889976915a
5 changed files with 123 additions and 4 deletions

View File

@@ -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 "