Browse Source

fix bug in text gui

283
ThomasV 8 years ago
parent
commit
dbe9f17ba5
  1. 2
      gui/text.py

2
gui/text.py

@ -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

Loading…
Cancel
Save