Skip to content

Commit

Permalink
Remove TODO (#2854)
Browse files Browse the repository at this point in the history
  • Loading branch information
eupn authored and quentinlesceller committed May 27, 2019
1 parent 4b88a9b commit 7e57c10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pool/src/transaction_pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ impl TransactionPool {
/// full the pool is and the transaction weight.
fn is_acceptable(&self, tx: &Transaction, stem: bool) -> Result<(), PoolError> {
if self.total_size() > self.config.max_pool_size {
// TODO evict old/large transactions instead
return Err(PoolError::OverCapacity);
}

Expand Down

0 comments on commit 7e57c10

Please sign in to comment.