Skip to content

Commit

Permalink
entries in Gap will not be fill proposals
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyukang committed Aug 15, 2023
1 parent 0374910 commit 6d7c5b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tx-pool/src/pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,6 @@ impl TxPool {
let mut proposals = HashSet::with_capacity(limit);
self.pool_map
.fill_proposals(limit, exclusion, &mut proposals, Status::Pending);
self.pool_map
.fill_proposals(limit, exclusion, &mut proposals, Status::Gap);
proposals
}

Expand Down

0 comments on commit 6d7c5b9

Please sign in to comment.