Skip to content

Commit 1e2a427

Browse files
committed
update: remove comment
1 parent 890f8ec commit 1e2a427

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

orchestrator/src/worker/event_handler/triggers/data_submission.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ impl JobTrigger for DataSubmissionJobTrigger {
2424
/// 2. Validates each job can be processed (not beyond failed blocks)
2525
/// 3. Creates corresponding data submission jobs with proper metadata
2626
///
27-
/// Note: All job IDs are assumed to be block numbers.
2827
async fn run_worker(&self, config: Arc<Config>) -> color_eyre::Result<()> {
2928
tracing::trace!(log_type = "starting", category = "DataSubmissionWorker", "DataSubmissionWorker started.");
3029

0 commit comments

Comments
 (0)