electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 7bb3e5336aa712e239261a53c1db9ecd128b4d6d
parent 4ed8787433ddfffc1bc358f652e3373927cd4898
Author: SomberNight <somber.night@protonmail.com>
Date:   Wed,  6 Feb 2019 15:50:57 +0100

trezor: PIN could not be disabled

fixes #5078

Diffstat:
Melectrum/plugins/trezor/clientbase.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/electrum/plugins/trezor/clientbase.py b/electrum/plugins/trezor/clientbase.py @@ -147,7 +147,7 @@ class TrezorClientBase(PrintError): else: msg = _("Confirm on your {} device to set a PIN") with self.run_flow(msg): - trezorlib.device.change_pin(remove) + trezorlib.device.change_pin(self.client, remove) def clear_session(self): '''Clear the session to force pin (and passphrase if enabled)