Skip to content

Commit

Permalink
Nunchuk to use UR Xpub encoding for both single sig and multisig
Browse files Browse the repository at this point in the history
  • Loading branch information
newtonick committed Oct 25, 2024
1 parent 8cd8a5b commit dca7f5e
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 @@ -966,8 +966,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 dca7f5e

Please sign in to comment.