Skip to content

Commit

Permalink
replace todo with a github issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dimazhornyk committed May 30, 2024
1 parent ae91f3f commit 21d9320
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions core/node/fee_model/src/l1_gas_price/gas_adjuster/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,8 @@ impl GasAdjuster {
self.estimate_effective_gas_price() * self.pubdata_byte_gas()
}
PubdataSendingMode::Custom => {
// TODO: at this point we are assuming that the operators are subsidizing the cost
// of the pubdata sent to external DA layers. Fix this when we have a better
// understanding of dynamic pricing for custom DA layers.
// Fix this when we have a better understanding of dynamic pricing for custom DA layers.
// GitHub issue: https://github.com/matter-labs/zksync-era/issues/2105
0
}
}
Expand Down

0 comments on commit 21d9320

Please sign in to comment.