Skip to content

Commit

Permalink
Simplify estimator logs
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinquaXD committed Jun 6, 2024
1 parent 93519e1 commit a707325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/shared/src/price_estimation/factory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ impl<'a> PriceEstimatorFactory<'a> {

let fast = instrument(estimator, name);
let optimal = match verified {
Some(verified) => instrument(verified, format!("{name}_verified")),
Some(verified) => instrument(verified, name),
None => fast.clone(),
};

Expand Down

0 comments on commit a707325

Please sign in to comment.