Skip to content

Commit 2814ed2

Browse files
committed
fix: typo
1 parent 4ebd2d5 commit 2814ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/fee-estimator/src/estimator/weight_units_flow.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
//! - New transactions entering the mempool.
3737
//!
3838
//! While it's impossible to predict sudden changes to the speed at which new
39-
//! weight is added to the mempool, for simplicty's sake we're going to assume
39+
//! weight is added to the mempool, for simplicity's sake we're going to assume
4040
//! the flow we measured remains constant: `added_weight = flow * blocks`.
4141
//!
4242
//! - Transactions leaving the mempool due to mined blocks. Each block removes

0 commit comments

Comments
 (0)