Skip to content

Commit

Permalink
Clarify doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchTurner committed Oct 21, 2024
1 parent fdbe6da commit c88b557
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/fuel-gas-price-algorithm/src/v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ pub struct L2ActivityTracker {
decrease_activity_threshold: u16,
/// The current activity of the L2 chain
chain_activity: u16,
/// The threshold of block activity below which the chain activity will be decreased
/// The threshold of block activity below which the chain activity will be decreased,
/// above or equal it will always increase
block_activity_threshold: ClampedPercentage,
}

Expand Down

0 comments on commit c88b557

Please sign in to comment.