Skip to content

Commit

Permalink
Add comment about potential discount on the balances query cost
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-ch committed Oct 24, 2024
1 parent f598395 commit 8ce4550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fuel-core/src/graphql_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ impl Default for Costs {
}

pub const DEFAULT_QUERY_COSTS: Costs = Costs {
balance_query: 40001,
balance_query: 40001, /* TODO[RC]: We might consider making this query cheaper because it's just a single DB read now. */
coins_to_spend: 40001,
get_peers: 40001,
estimate_predicates: 40001,
Expand Down

0 comments on commit 8ce4550

Please sign in to comment.