generated from nathanwoodburn/python-webserver-template
fix: Update logs for topup txs
All checks were successful
Build Docker / BuildImage (push) Successful in 36s
All checks were successful
Build Docker / BuildImage (push) Successful in 36s
This commit is contained in:
parent
c249364464
commit
a67f75e788
@ -454,8 +454,7 @@ def parseDeposit(data):
|
||||
|
||||
# Skip memo txs
|
||||
if 'Memo' in json.dumps(tx):
|
||||
print("Skipping deposit as it contains memo")
|
||||
print(json.dumps(tx, indent=4))
|
||||
print(f"Skipping deposit as it contains memo: {tx['description']}")
|
||||
continue
|
||||
|
||||
for transfer in tx['nativeTransfers']:
|
||||
|
Loading…
Reference in New Issue
Block a user