Browse Source

bugfix: method does not exist

283
thomasv 12 years ago
parent
commit
d451b93369
  1. 2
      lib/gui_text.py

2
lib/gui_text.py

@ -273,7 +273,7 @@ class ElectrumGui:
if status:
self.show_message(_('Payment sent.'))
self.do_clear()
self.update_contacts_tab()
#self.update_contacts_tab()
else:
self.show_message(_('Error'))

Loading…
Cancel
Save