Browse Source

trezor: fix matrix recovery

closes #4983
3.3.3.1
SomberNight 6 years ago
parent
commit
192ec8596d
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 1
      electrum/plugins/trezor/clientbase.py

1
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 =========

Loading…
Cancel
Save