chore: add extra log to check-payments command
This commit is contained in:
parent
fe3b00292a
commit
c101b85054
1 changed files with 2 additions and 0 deletions
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue