Skip to content

Commit f8c380f

Browse files
authored
Merge pull request #618 from newtonick/nunchuk_xpub_fix
[Fix] Nunchuk to use UR Xpub encoding for both single sig and multisig
2 parents 3fbc863 + dca7f5e commit f8c380f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: src/seedsigner/views/seed_views.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -993,8 +993,7 @@ def __init__(self, seed_num: int, coordinator: str, derivation_path: str, sig_ty
993993
self.qr_encoder = SpecterXPubQrEncoder(**encoder_args)
994994

995995
elif coordinator in [SettingsConstants.COORDINATOR__BLUE_WALLET,
996-
SettingsConstants.COORDINATOR__KEEPER,
997-
SettingsConstants.COORDINATOR__NUNCHUK]:
996+
SettingsConstants.COORDINATOR__KEEPER]:
998997
self.qr_encoder = StaticXpubQrEncoder(**encoder_args)
999998

1000999
else:

0 commit comments

Comments
 (0)