From 192ec8596d085f9d3dfb9b6a9231ada68ef0fbb8 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Fri, 4 Jan 2019 10:15:26 +0100 Subject: [PATCH] trezor: fix matrix recovery closes #4983 --- electrum/plugins/trezor/clientbase.py | 1 + 1 file changed, 1 insertion(+) diff --git a/electrum/plugins/trezor/clientbase.py b/electrum/plugins/trezor/clientbase.py index 687f4c95f..ed0d7b14c 100644 --- 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 =========