Skip to content

Commit

Permalink
remove todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MujkicA committed Sep 19, 2023
1 parent fa86993 commit 9781671
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/fuels-core/src/types/transaction_builders.rs
Original file line number Diff line number Diff line change
Expand Up @@ -727,8 +727,6 @@ where
*tx.gas_price_mut() = 0;
*tx.gas_limit_mut() = consensus_parameters.max_gas_per_tx;

// TODO: Fetch `GasCosts` from the `fuel-core`:
// https://github.com/FuelLabs/fuel-core/issues/1221
tx.estimate_predicates(consensus_parameters, &network_info.gas_costs)?;
*tx.gas_price_mut() = gas_price;
*tx.gas_limit_mut() = gas_limit;
Expand Down

0 comments on commit 9781671

Please sign in to comment.