Skip to content

Commit

Permalink
rephrase comment
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed May 10, 2023
1 parent d645260 commit 829c322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quasimodo_ebbo/on_chain_surplus.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def solve_orders_in_settlement(
)
order_id = winning_orders[decoded_settlement.trades.index(trade)]["id"]
solver_solution, order = self.get_solver_response(order_id, bucket_response)
# if a valid solution is returned by solver
# Check if a valid solution is returned by solver
if not len(solver_solution["prices"]) > 0:
continue
sell_token = order["sell_token"]
Expand Down

0 comments on commit 829c322

Please sign in to comment.