Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Fixed incorrect stringifying of Settle instruction.
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Taylor committed Mar 4, 2022
1 parent 53d68eb commit ee9a1b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mango/mangoinstruction.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ def describe_parameters(self) -> str:
elif instruction_type == InstructionType.SetOracle:
pass
elif instruction_type == InstructionType.SettleFunds:
additional_data = f"order ID: {self.instruction_data.order_id}, side: {Side.from_value(self.instruction_data.side)}"
pass
elif instruction_type == InstructionType.CancelSpotOrder:
additional_data = f"order ID: {self.instruction_data.order_id}, side: {Side.from_value(self.instruction_data.side)}"
Expand Down

0 comments on commit ee9a1b5

Please sign in to comment.