This commit is contained in:
ThomasV 2015-07-17 16:29:42 +02:00
parent aef7e4365e
commit 31739d01d7
1 changed files with 2 additions and 1 deletions

View File

@ -160,7 +160,8 @@ class Plugin(BasePlugin):
return
wallet = TrezorWallet(storage)
self.wallet = wallet
passphrase = self.handler.get_passphrase(_("Please enter your Trezor passphrase.") + '\n' + _("Press OK if you do not use one."))
handler = TrezorQtHandler(wizard)
passphrase = handler.get_passphrase(_("Please enter your Trezor passphrase.") + '\n' + _("Press OK if you do not use one."))
if passphrase is None:
return
password = wizard.password_dialog()