1
0

no accounts in multisig wallets

This commit is contained in:
ThomasV
2014-04-24 14:29:08 +02:00
parent e7a71ff806
commit a3dd9f700c
2 changed files with 16 additions and 15 deletions

View File

@@ -269,7 +269,7 @@ class ElectrumWindow(QMainWindow):
# Once GUI has been initialized check if we want to announce something since the callback has been called before the GUI was initialized
self.notify_transactions()
self.update_account_selector()
self.new_account.setEnabled(self.wallet.seed_version>4)
self.new_account.setEnabled(self.wallet.can_create_accounts())
self.update_lock_icon()
self.update_buttons_on_seed()
self.update_console()