Parent liquidations type
This commit is contained in:
parent
882af3e42f
commit
052e1f6c8d
@ -64,7 +64,7 @@ def get_liquidations(
|
|||||||
|
|
||||||
"""Inspect list of classified traces and identify liquidation"""
|
"""Inspect list of classified traces and identify liquidation"""
|
||||||
liquidations: List[Liquidation] = []
|
liquidations: List[Liquidation] = []
|
||||||
parent_liquidations: List[List] = []
|
parent_liquidations: List[List[int]] = []
|
||||||
|
|
||||||
for trace in traces:
|
for trace in traces:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user