Skip to content

Commit

Permalink
[EASY] Remove score from solvers API (#2962)
Browse files Browse the repository at this point in the history
# Description
Fixes #2588

External solvers will be reminded once more about this before going
live.
  • Loading branch information
sunce86 authored Sep 9, 2024
1 parent 5f442ee commit 8f36763
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/driver/src/infra/solver/dto/solution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,6 @@ pub struct Solution {
interactions: Vec<Interaction>,
#[serde(default)]
post_interactions: Vec<InteractionData>,
// TODO: remove this once all solvers are updated to not return the score
// https://github.com/cowprotocol/services/issues/2588
#[allow(dead_code)]
score: Option<Score>,
gas: Option<u64>,
}

Expand Down

0 comments on commit 8f36763

Please sign in to comment.