This commit is contained in:
Peter D. Gray 2023-12-07 09:20:59 -05:00
parent 2e2f7bd7c4
commit 60074be670
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C

View File

@ -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()