missing tmp title in ready 2 sign

This commit is contained in:
scgbckbone 2024-02-16 08:11:38 +01:00 committed by doc-hex
parent d7846eb049
commit 3dd2ace221

View File

@ -1835,7 +1835,8 @@ from your desktop wallet software or command line tools.\n\n'''
# as above file_picker already checked
# if we have both inserted, A was already checked - so only care about B
picked = await import_export_prompt("PSBT", is_import=True, intro=msg,
footnotes=footnotes, slot_b_only=True)
footnotes=footnotes, slot_b_only=True,
title=title)
if isinstance(picked, dict):
opt = picked # reset options to what was chosen by user
choices = await file_picker(None, suffix='psbt', min_size=50,