URI: 
       ttrezor: PIN could not be disabled - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 7bb3e5336aa712e239261a53c1db9ecd128b4d6d
   DIR parent 4ed8787433ddfffc1bc358f652e3373927cd4898
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Wed,  6 Feb 2019 15:50:57 +0100
       
       ttrezor: PIN could not be disabled
       
       fixes #5078
       
       Diffstat:
         M electrum/plugins/trezor/clientbase… |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/electrum/plugins/trezor/clientbase.py b/electrum/plugins/trezor/clientbase.py
       t@@ -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)