Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sunce86 committed Nov 25, 2022
1 parent 0467369 commit 166d9a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/solve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,12 @@ pub async fn solve(
})
}

// 4a step: Update execution plan coordinates once we have all plans prepared
// 5th step: Update execution plan coordinates once we have all plans prepared
for (position, plan) in solution.interaction_data.iter_mut().enumerate() {
plan.exec_plan.coordinates.position = position as u32;
}

// 5th step: Insert traded orders into settlement
// 6th step: Insert traded orders into settlement
for (i, order) in matched_orders {
solution.orders.insert(
i,
Expand Down

0 comments on commit 166d9a0

Please sign in to comment.