Skip to content

Commit

Permalink
Remove old comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
piohei committed May 27, 2024
1 parent d9cf91a commit 32e0b61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,6 @@ impl App {
let (processed, batching_builder) = processed_builder.seal_and_continue();
let (batching, mut latest_builder) = batching_builder.seal_and_continue();

// We are duplicating updates here for some commitments that were batched but
// this is an idempotent operation
let pending_items = self
.database
.get_commitments_by_status(ProcessedStatus::Pending)
Expand Down

0 comments on commit 32e0b61

Please sign in to comment.