diff --git a/shared/actions.py b/shared/actions.py index 08c6c7df..04813354 100644 --- a/shared/actions.py +++ b/shared/actions.py @@ -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