Skip to content

Commit

Permalink
fix gas time tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Aug 3, 2023
1 parent 77fc48f commit e77e8f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fvm/src/gas/price_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -752,8 +752,8 @@ impl PriceList {
pub fn on_block_open_base(&self) -> GasCharge {
GasCharge::new(
"OnBlockOpenBase",
Zero::zero(),
self.block_open.flat + self.ipld_link_checked,
self.ipld_link_checked,
self.block_open.flat,
)
}

Expand Down

0 comments on commit e77e8f0

Please sign in to comment.