commit dbe9f17ba5888e3beceaf2b42e8fa2f8562387e4 parent cda0d14a133ea13bab745ef2fed0d22ee8fca485 Author: ThomasV <thomasv@electrum.org> Date: Wed, 21 Dec 2016 19:19:49 +0100 fix bug in text gui Diffstat:
M | gui/text.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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