small nits
This commit is contained in:
parent
315e650344
commit
2f35c0d496
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user