trezor: fix matrix recovery

closes #4983
This commit is contained in:
SomberNight 2019-01-04 10:15:26 +01:00
parent bde655ae00
commit 192ec8596d
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

@ -203,6 +203,7 @@ class TrezorClientBase(PrintError):
self.client, self.client,
*args, *args,
input_callback=input_callback, input_callback=input_callback,
type=recovery_type,
**kwargs) **kwargs)
# ========= Unmodified trezorlib methods ========= # ========= Unmodified trezorlib methods =========