Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchTurner committed Dec 6, 2024
1 parent a642cb7 commit 0b6b1d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/services/gas_price_service/src/v1/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ impl From<&V1AlgorithmConfig> for AlgorithmUpdaterV1 {
.map(|size| u128::from(*size))
.sum();
Self {
// TODO:We don't need this after we implement
// https://github.com/FuelLabs/fuel-core/issues/2481
new_scaled_exec_price: value
.new_exec_gas_price
.saturating_mul(value.gas_price_factor.get()),
Expand Down

0 comments on commit 0b6b1d9

Please sign in to comment.