tfix bug in text gui - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit dbe9f17ba5888e3beceaf2b42e8fa2f8562387e4
DIR parent cda0d14a133ea13bab745ef2fed0d22ee8fca485
HTML 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(-)
---
DIR diff --git a/gui/text.py b/gui/text.py
t@@ -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