Skip to content

Commit

Permalink
fix: exchange rate application
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodus committed Dec 18, 2023
1 parent d073e93 commit 2f624e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion graph-gateway/src/client_query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ async fn handle_client_query_inner(
let max_budget = GRT(budget.0 * UDecimal18::from(10));
budget = GRT(user_budget.0 * grt_per_usd.0).min(max_budget);
}
let budget = GRT(budget.0 * grt_per_usd.0);
tracing::info!(
target: reports::CLIENT_QUERY_TARGET,
query_count = 1,
Expand Down

0 comments on commit 2f624e7

Please sign in to comment.