chore: add extra log to check-payments command

This commit is contained in:
Vlad Stan 2024-03-25 13:14:35 +02:00
parent fe3b00292a
commit c101b85054

View file

@ -269,6 +269,8 @@ async def check_invalid_payments(
funding_source: Wallet = wallet_class() 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 # payments that are settled in the DB, but not at the Funding source level
invalid_payments: List[Payment] = [] invalid_payments: List[Payment] = []
invalid_wallets = {} invalid_wallets = {}