qt: add have_master_key gui, implement cosigners in have_seed and bip39_refine guis
fix adding data from accept handler
This commit is contained in:
@@ -148,7 +148,7 @@ class QEAbstractWizard(QDialog):
|
||||
self.accept()
|
||||
else:
|
||||
next = self.submit(wd)
|
||||
self.load_next_component(next['view'], wd)
|
||||
self.load_next_component(next['view'], next['wizard_data'])
|
||||
|
||||
def start_wizard(self) -> str:
|
||||
self.start()
|
||||
|
||||
Reference in New Issue
Block a user