batch sign exit if not choices

This commit is contained in:
scgbckbone 2024-02-23 09:43:34 +01:00 committed by doc-hex
parent cf393afbcb
commit c1afdbfbd7

View File

@ -1656,6 +1656,7 @@ async def _batch_sign(choices=None):
if not choices:
await ux_show_story("No PSBTs found. Need to have '.psbt' suffix.")
return
from auth import sign_psbt_file
from ux import the_ux