Skip to content

Commit

Permalink
chore(relayer-retry-server): remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mantas-M committed Oct 29, 2024
1 parent b76686b commit 48de4c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rust/main/agents/relayer/src/msg/op_queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ impl OpQueue {
let mut reprioritized_queue: BinaryHeap<_> = queue
.drain()
.map(|Reverse(mut op)| {
// Can check for equality here because of the PartialEq implementation for MessageRetryRequest,
// but can't use `contains` because the types are different
if message_retry_requests.iter().any(|r| r.op_matches(&op)) {
info!(
operation = %op,
Expand Down

0 comments on commit 48de4c4

Please sign in to comment.