Save errors on swaps in the database

This commit is contained in:
Luke Van Seters
2021-08-17 00:01:14 -04:00
parent d677e0b6ed
commit 24e682c9d7
4 changed files with 27 additions and 0 deletions

View File

@@ -103,6 +103,7 @@ def _parse_swap(
token_in_amount=transfer_in.amount,
token_out_address=transfer_out.token_address,
token_out_amount=transfer_out.amount,
error=trace.error,
)