Browse Source
follow-up prev (typo)
hard-fail-on-bad-server-string
SomberNight
5 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
|
|
@ -271,7 +271,7 @@ class TrezorClientBase(HardwareClientBase, Logger): |
|
|
|
msg = _("Enter the passphrase to unlock this wallet:") |
|
|
|
|
|
|
|
self.handler.passphrase_on_device = available_on_device |
|
|
|
passphrase = self.handler.trezor_get_passphrase(msg, self.creating_wallet) |
|
|
|
passphrase = self.handler.get_passphrase(msg, self.creating_wallet) |
|
|
|
if passphrase is PASSPHRASE_ON_DEVICE: |
|
|
|
return passphrase |
|
|
|
if passphrase is None: |
|
|
|