should be zero if we dont know

This commit is contained in:
Luke Van Seters 2022-01-11 09:48:41 -05:00
parent c28f7c6174
commit 403e84fa29

View File

@ -103,5 +103,5 @@ def _get_debt_data(
return ( return (
liquidation_trace.inputs["_reserve"], liquidation_trace.inputs["_reserve"],
liquidation_trace.inputs["_purchaseAmount"], 0,
) )