From 4b2d8f062c20f6e4fc55d185900fd8ae42b173f8 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Mon, 30 Oct 2023 18:22:07 +0000 Subject: [PATCH] qt wizard: fix WCHaveMasterKey for first multisig cosigner fixes https://github.com/spesmilo/electrum/issues/8665 --- electrum/gui/qt/wizard/wallet.py | 1 - 1 file changed, 1 deletion(-) diff --git a/electrum/gui/qt/wizard/wallet.py b/electrum/gui/qt/wizard/wallet.py index f2569c9c3..b4605528f 100644 --- a/electrum/gui/qt/wizard/wallet.py +++ b/electrum/gui/qt/wizard/wallet.py @@ -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,