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 = {}