From 60074be670a21838f29766d78d820cd708bf0aad Mon Sep 17 00:00:00 2001 From: "Peter D. Gray" Date: Thu, 7 Dec 2023 09:20:59 -0500 Subject: [PATCH] fixes --- shared/multisig.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/multisig.py b/shared/multisig.py index caab9f7c..7a7be0d8 100644 --- a/shared/multisig.py +++ b/shared/multisig.py @@ -13,8 +13,7 @@ from menu import MenuSystem, MenuItem from opcodes import OP_CHECKMULTISIG from exceptions import FatalPSBTIssue from glob import settings -from charcodes import KEY_NFC - +from charcodes import KEY_NFC, KEY_CANCEL, KEY_QR # PSBT Xpub trust policies TRUST_VERIFY = const(0) @@ -1380,6 +1379,7 @@ async def export_multisig_xpubs(*a): # - however some 3rd parties are making use of it as well. # from glob import NFC, dis + from ux import import_export_prompt xfp = xfp2str(settings.get('xfp', 0)) chain = chains.current_chain()