follow-up 49d2f87dcf
This commit is contained in:
@@ -223,6 +223,9 @@ class KeystoreWizard(AbstractWizard):
|
||||
},
|
||||
}
|
||||
|
||||
def maybe_master_pubkey(self, wizard_data):
|
||||
self.update_keystore(wizard_data)
|
||||
|
||||
def check_multisig_constraints(self, wizard_data: dict) -> Tuple[bool, str]:
|
||||
# called by GUI. overloaded in NewWalletWizard
|
||||
return True, ''
|
||||
|
||||
Reference in New Issue
Block a user