From fb5382f75f2168a9cbadbddd2d53f8820de59bf0 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Mon, 6 Apr 2020 19:49:56 +0200 Subject: [PATCH] follow-up prev (typo) --- electrum/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 index 66e32ad15..430905b0a 100644 --- a/electrum/plugins/trezor/clientbase.py +++ b/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: