Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix: add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberb committed Apr 15, 2024
1 parent 267dd56 commit e87da89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/topos-tce-broadcast/src/task_manager/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ impl TaskManager {
}
}

/// Cancel tasks for certificates that have been synced in the background and are considered delivered.
async fn cancel_tasks_for_synced_certificates(&mut self) {
let open_cert_ids = self.tasks.keys().cloned().collect::<Vec<_>>();
let delivered_certificates = self.validator_store.get_certificates(&open_cert_ids);
Expand Down

0 comments on commit e87da89

Please sign in to comment.