diff --git a/gui/text.py b/gui/text.py index 653c6a956..f477beb2d 100644 --- a/gui/text.py +++ b/gui/text.py @@ -321,7 +321,7 @@ class ElectrumGui: self.show_message(_('Invalid Fee')) return - if self.wallet.use_encryption: + if self.wallet.has_password(): password = self.password_dialog() if not password: return