1
0

fix bug in text gui

This commit is contained in:
ThomasV
2016-12-21 19:19:49 +01:00
parent cda0d14a13
commit dbe9f17ba5

View File

@@ -321,7 +321,7 @@ class ElectrumGui:
self.show_message(_('Invalid Fee')) self.show_message(_('Invalid Fee'))
return return
if self.wallet.use_encryption: if self.wallet.has_password():
password = self.password_dialog() password = self.password_dialog()
if not password: if not password:
return return