small nits

This commit is contained in:
scgbckbone 2025-04-16 13:25:15 +02:00 committed by Peter D. Gray
parent 315e650344
commit 2f35c0d496
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C
3 changed files with 3 additions and 2 deletions

View File

@ -782,6 +782,7 @@ async def done_signing(psbt, tx_req, input_method=None, filename=None,
if txid and await try_push_tx(data_len, txid, data_sha2):
# go directly to reexport menu after pushTX
first_time = False
title = "TX Pushed"
# for specific cases, key teleport is an option
offer_kt = False

View File

@ -1666,7 +1666,7 @@ async def ms_coordinator_qr(af_str, my_xfp, chain):
msg = 'Scan Exported XPUB from Coldcard'
while True:
vals = await QRScannerInteraction().scan_general(msg, convertor)
vals = await QRScannerInteraction().scan_general(msg, convertor, enter_quits=True)
if vals is None:
break
try:

View File

@ -1649,7 +1649,7 @@ def test_make_airgapped(addr_fmt, acct_num, M_N, goto_home, cap_story, pick_menu
scr = cap_screen()
assert f"Number of keys scanned: {i+1}" in scr
press_cancel() # quit QR animation
press_select() # quit QR animation
if not incl_self:
time.sleep(.1)