force subclassing of self.last_if_single_password in NewWalletWizard
This commit is contained in:
@@ -179,7 +179,7 @@ class NewWalletWizard(AbstractWizard):
|
||||
return self._current
|
||||
|
||||
def last_if_single_password(self, view, wizard_data):
|
||||
return False # TODO: self._daemon.config.get('single_password')
|
||||
raise NotImplementedError()
|
||||
|
||||
def last_if_single_password_and_not_bip39(self, view, wizard_data):
|
||||
return self.last_if_single_password(view, wizard_data) and not wizard_data['seed_type'] == 'bip39'
|
||||
|
||||
Reference in New Issue
Block a user