Skip to content

Commit

Permalink
SFT-4094: removed excess diff
Browse files Browse the repository at this point in the history
  • Loading branch information
mjg-foundation committed Aug 23, 2024
1 parent 45895e2 commit 56169ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/stm32/boards/Passport/modules/psbt.py
Original file line number Diff line number Diff line change
Expand Up @@ -1173,13 +1173,13 @@ async def handle_xpubs(self):
# print('proposed={}, need_approval={}'.format(proposed, need_approval))

# Gen1.2 We don't do the UI part of this here, but in SignPsbtCommonFlow

if need_approval:
self.multisig_import_needs_approval = True
# # do a complex UX sequence, which lets them save new wallet
# ch = await proposed.confirm_import()
# if ch != 'y':
# raise FatalPSBTIssue("Refused to import new wallet")

self.active_multisig = proposed
else:
# Validate good match here. The xpubs must be exactly right, but
Expand Down

0 comments on commit 56169ac

Please sign in to comment.