Remove unused logic/ minor fixes
This commit is contained in:
parent
173d16c2bc
commit
356e8f6c86
@ -19,6 +19,7 @@ LIQUIDATION_CONTRACT_ADDRESSES = [
|
|||||||
def find_liquidations_from_traces(
|
def find_liquidations_from_traces(
|
||||||
traces: List[ClassifiedTrace],
|
traces: List[ClassifiedTrace],
|
||||||
) -> List[Liquidation]:
|
) -> List[Liquidation]:
|
||||||
|
|
||||||
"""Inspect list of classified traces and identify liquidation"""
|
"""Inspect list of classified traces and identify liquidation"""
|
||||||
|
|
||||||
seen_transactions: List[str] = []
|
seen_transactions: List[str] = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user