Fix broken doc comments (#151)

This commit is contained in:
rakita
2020-12-09 12:43:32 +01:00
committed by draganrakita
parent 8f794afdb5
commit 1bce9fa76d
7 changed files with 10 additions and 10 deletions

View File

@@ -472,7 +472,7 @@ impl TransactionQueue {
(pending_readiness, state_readiness)
}
// t_nb 10.5.1 Culls all stalled transactions from the pool.
/// t_nb 10.5.1 Culls all stalled transactions from the pool.
pub fn cull<C: client::NonceClient + Clone>(&self, client: C) {
trace_time!("pool::cull");
// We don't care about future transactions, so nonce_cap is not important.