Skip to content

Commit

Permalink
Merge pull request #618 from newtonick/nunchuk_xpub_fix
Browse files Browse the repository at this point in the history
[Fix] Nunchuk to use UR Xpub encoding for both single sig and multisig
  • Loading branch information
newtonick authored Dec 22, 2024
2 parents 3fbc863 + dca7f5e commit f8c380f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/seedsigner/views/seed_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -993,8 +993,7 @@ def __init__(self, seed_num: int, coordinator: str, derivation_path: str, sig_ty
self.qr_encoder = SpecterXPubQrEncoder(**encoder_args)

elif coordinator in [SettingsConstants.COORDINATOR__BLUE_WALLET,
SettingsConstants.COORDINATOR__KEEPER,
SettingsConstants.COORDINATOR__NUNCHUK]:
SettingsConstants.COORDINATOR__KEEPER]:
self.qr_encoder = StaticXpubQrEncoder(**encoder_args)

else:
Expand Down

0 comments on commit f8c380f

Please sign in to comment.