From c1afdbfbd77eb914b38732c46829ace2362cb471 Mon Sep 17 00:00:00 2001 From: scgbckbone Date: Fri, 23 Feb 2024 09:43:34 +0100 Subject: [PATCH] batch sign exit if not choices --- shared/actions.py | 1 + 1 file changed, 1 insertion(+) 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