Skip to content

Commit

Permalink
fix: publicly export GasDuration (#1897)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 authored Sep 27, 2023
1 parent 86eb6fb commit 4edf2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fvm/src/gas/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use num_traits::Zero;
pub use self::charge::GasCharge;
pub(crate) use self::outputs::GasOutputs;
pub use self::price_list::{price_list_by_network_version, PriceList, WasmGasPrices};
pub use self::timer::{GasInstant, GasTimer};
pub use self::timer::{GasDuration, GasInstant, GasTimer};
use crate::kernel::{ClassifyResult, ExecutionError, Result};

mod charge;
Expand Down

0 comments on commit 4edf2f5

Please sign in to comment.