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

@@ -8,7 +8,7 @@ class KeepKeyClient(TrezorClientBase, ProtocolMixin, BaseClient):
TrezorClientBase.__init__(self, handler, plugin, proto)
def recovery_device(self, *args):
ProtocolMixin.recovery_device(self, True, *args)
ProtocolMixin.recovery_device(self, False, *args)
TrezorClientBase.wrap_methods(KeepKeyClient)