diff --git a/mango/perpeventqueue.py b/mango/perpeventqueue.py index 5e2588a..3c00536 100644 --- a/mango/perpeventqueue.py +++ b/mango/perpeventqueue.py @@ -133,7 +133,7 @@ class PerpLiquidateEvent(PerpEvent): return [self.liquidatee, self.liquidator] def __str__(self) -> str: - return f"""Β« π™ΏπšŽπš›πš™π™»πš’πššπšžπš’πšπšŠπšπšŽπ™΄πšŸπšŽπš—πš [{self.original_index}] [{self.owner}] {self.side} {self.quantity}, slot: {self.slot} Β»""" + return f"""Β« π™ΏπšŽπš›πš™π™»πš’πššπšžπš’πšπšŠπšπšŽπ™΄πšŸπšŽπš—πš Liquidator {self.liquidator} liquidated {self.liquidatee} with {self.quantity} at {self.price} Β»""" # # πŸ₯­ PerpUnknownEvent class