commit 192ec8596d085f9d3dfb9b6a9231ada68ef0fbb8
parent bde655ae00d6728622d86d06d1883aaed8aa6123
Author: SomberNight <somber.night@protonmail.com>
Date: Fri, 4 Jan 2019 10:15:26 +0100
trezor: fix matrix recovery
closes #4983
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/electrum/plugins/trezor/clientbase.py b/electrum/plugins/trezor/clientbase.py
@@ -203,6 +203,7 @@ class TrezorClientBase(PrintError):
self.client,
*args,
input_callback=input_callback,
+ type=recovery_type,
**kwargs)
# ========= Unmodified trezorlib methods =========