1
0

trezor: fix matrix recovery

closes #4983
This commit is contained in:
SomberNight
2019-01-04 10:15:26 +01:00
parent bde655ae00
commit 192ec8596d

View File

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