From c101b85054c169db080920d37b3eb665bab48efc Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Mon, 25 Mar 2024 13:14:35 +0200 Subject: [PATCH] chore: add extra log to `check-payments` command --- lnbits/commands.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lnbits/commands.py b/lnbits/commands.py index 0f990939..b43a6046 100644 --- a/lnbits/commands.py +++ b/lnbits/commands.py @@ -269,6 +269,8 @@ async def check_invalid_payments( funding_source: Wallet = wallet_class() + click.echo("Funding source: " + str(funding_source)) + # payments that are settled in the DB, but not at the Funding source level invalid_payments: List[Payment] = [] invalid_wallets = {}