From 2814ed2b43f294e4be80ced75fe0bcf5b14f6a69 Mon Sep 17 00:00:00 2001 From: chloefeal <188809157+chloefeal@users.noreply.github.com> Date: Sat, 28 Dec 2024 10:55:00 +0800 Subject: [PATCH] fix: typo --- util/fee-estimator/src/estimator/weight_units_flow.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/fee-estimator/src/estimator/weight_units_flow.rs b/util/fee-estimator/src/estimator/weight_units_flow.rs index a834d5a9b0..6349165c5d 100644 --- a/util/fee-estimator/src/estimator/weight_units_flow.rs +++ b/util/fee-estimator/src/estimator/weight_units_flow.rs @@ -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