Skip to content

Commit

Permalink
Drop the repeating comment
Browse files Browse the repository at this point in the history
  • Loading branch information
slumber committed Jul 6, 2021
1 parent 47577e4 commit 3bfefbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/bin/zksync_core/src/mempool/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ impl MempoolBlocksHandler {
let start = std::time::Instant::now();
// Try to exhaust the reverted transactions queue. Most of the time it
// will be empty unless the server is restarted after reverting blocks.
// In this case, the reverted queue will be used first.
let (chunks_left, reverted_block) = self
.select_reverted_operations(current_unprocessed_priority_op)
.await;
Expand Down

0 comments on commit 3bfefbc

Please sign in to comment.