Browse Source

fix for watching-only wallets

283
ThomasV 13 years ago
parent
commit
a5aa67c66e
  1. 1
      lib/gui_qt.py

1
lib/gui_qt.py

@ -1159,6 +1159,7 @@ class ElectrumWindow(QMainWindow):
self.wallet.save()
self.update_receive_tab()
self.update_contacts_tab()
if self.wallet.seed:
self.nochange_cb.setHidden(not self.wallet.expert_mode)

Loading…
Cancel
Save