fix: Update logs for topup txs
All checks were successful
Build Docker / BuildImage (push) Successful in 36s

This commit is contained in:
Nathan Woodburn 2024-12-05 21:02:25 +11:00
parent c249364464
commit a67f75e788
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -454,8 +454,7 @@ def parseDeposit(data):
# Skip memo txs # Skip memo txs
if 'Memo' in json.dumps(tx): if 'Memo' in json.dumps(tx):
print("Skipping deposit as it contains memo") print(f"Skipping deposit as it contains memo: {tx['description']}")
print(json.dumps(tx, indent=4))
continue continue
for transfer in tx['nativeTransfers']: for transfer in tx['nativeTransfers']: