1
0

qt wizard: fix WCHaveMasterKey for first multisig cosigner

fixes https://github.com/spesmilo/electrum/issues/8665
This commit is contained in:
SomberNight
2023-10-30 18:22:07 +00:00
committed by accumulator
parent 7df057aaf9
commit 4b2d8f062c

View File

@@ -840,7 +840,6 @@ class WCHaveMasterKey(WizardComponent):
self.title = _("Add Cosigner {}").format(self.wizard_data['multisig_current_cosigner'])
self.label.setText(self.message_cosign)
else:
self.wizard_data['multisig_current_cosigner'] = 0
self.label.setText(self.message_create)
v = lambda x: keystore.is_bip32_key(x)
self.slayout = KeysLayout(parent=self, header_layout=self.header_layout, is_valid=v,