Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Limit transaction pool size #1676

Merged
merged 9 commits into from
Feb 6, 2019
Merged
Prev Previous commit
Next Next commit
Remove redundant todo.
  • Loading branch information
tomusdrw committed Feb 4, 2019
commit e33ee2d622fcb44b66f9b671c0f93c0c4b7bf4a0
1 change: 0 additions & 1 deletion core/transaction-pool/graph/src/pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ impl<B: ChainApi> Pool<B> {
})
.collect::<Vec<_>>();

// TODO [ToDr] Should return an error if it got immediately removed.
let removed = self.enforce_limits();

Ok(results.into_iter().map(|res| match res {
Expand Down