Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chloefeal committed Dec 28, 2024
1 parent 4ebd2d5 commit 2814ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/fee-estimator/src/estimator/weight_units_flow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
//! - New transactions entering the mempool.
//!
//! While it's impossible to predict sudden changes to the speed at which new
//! weight is added to the mempool, for simplicty's sake we're going to assume
//! weight is added to the mempool, for simplicity's sake we're going to assume
//! the flow we measured remains constant: `added_weight = flow * blocks`.
//!
//! - Transactions leaving the mempool due to mined blocks. Each block removes
Expand Down

0 comments on commit 2814ed2

Please sign in to comment.