Skip to content

Commit

Permalink
misspell
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkucharczyk authored Nov 14, 2024
1 parent 31b3392 commit f66b1ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ where
(transactions.len() - watched_count, watched_count)
}

/// Returns a total number of transactions kept withing mempool.
/// Returns a total number of transactions kept within mempool.
pub fn len(&self) -> usize {
self.transactions.read().len()
}
Expand Down

0 comments on commit f66b1ad

Please sign in to comment.