Skip to content

Commit

Permalink
fix: Decimal not json encodable
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler committed Apr 9, 2024
1 parent 422166f commit 2ab2fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ async def wrap_vault(
logger.info(f"done wrapping vault [{pos}/{total}]: {vault.name} {str(vault.vault)}")
if DEBUG:
_get_debug_lock().release()
return data
return _dedecimal(data)


async def get_apy(vault, samples) -> Apy:
Expand Down

0 comments on commit 2ab2fa4

Please sign in to comment.