SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
electrum/plugins/trezor/clientbase.py
|
@ -147,7 +147,7 @@ class TrezorClientBase(PrintError): |
|
|
else: |
|
|
else: |
|
|
msg = _("Confirm on your {} device to set a PIN") |
|
|
msg = _("Confirm on your {} device to set a PIN") |
|
|
with self.run_flow(msg): |
|
|
with self.run_flow(msg): |
|
|
trezorlib.device.change_pin(remove) |
|
|
trezorlib.device.change_pin(self.client, remove) |
|
|
|
|
|
|
|
|
def clear_session(self): |
|
|
def clear_session(self): |
|
|
'''Clear the session to force pin (and passphrase if enabled) |
|
|
'''Clear the session to force pin (and passphrase if enabled) |
|
|