From dbe9f17ba5888e3beceaf2b42e8fa2f8562387e4 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Wed, 21 Dec 2016 19:19:49 +0100 Subject: [PATCH] fix bug in text gui --- gui/text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/text.py b/gui/text.py index 653c6a95..f477beb2 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