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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user