1
0

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:
Sander van Grieken
2023-07-31 16:56:06 +02:00
parent e43b005047
commit d395b97e83
3 changed files with 263 additions and 39 deletions

View File

@@ -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()