diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py index 81b107252..4cbae91f0 100644 --- a/gui/qt/installwizard.py +++ b/gui/qt/installwizard.py @@ -294,7 +294,7 @@ class InstallWizard(QDialog): elif action == 'watching': # ask for seed and gap. K, chain = self.mpk_dialog() - if not K: + if not K or not chain: return wallet.seed = '' wallet.create_watching_only_wallet(chain,K)