Fix broken doc comments (#151)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user