From 56169ac5ef07472fb546f0296641737489b62d74 Mon Sep 17 00:00:00 2001 From: Matt Gleason Date: Fri, 23 Aug 2024 13:47:35 -0400 Subject: [PATCH] SFT-4094: removed excess diff --- ports/stm32/boards/Passport/modules/psbt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/stm32/boards/Passport/modules/psbt.py b/ports/stm32/boards/Passport/modules/psbt.py index 6105339fd..812debcff 100644 --- a/ports/stm32/boards/Passport/modules/psbt.py +++ b/ports/stm32/boards/Passport/modules/psbt.py @@ -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