Fix comment

This commit is contained in:
Eitan Seri-Levi
2026-05-24 10:38:10 +03:00
parent 255773834b
commit af09a3124c

View File

@@ -252,7 +252,7 @@ enum InboundEvent {
ReadyBackfillSync(QueuedBackfillBatch),
/// A column reconstruction that was queued is ready for processing.
ReadyColumnReconstruction(QueuedColumnReconstruction),
/// A gossip data column that timed out waiting for its block.
/// A gossip data column that is ready for re-processing.
ReadyDataColumn(Hash256),
/// A message sent to the `ReprocessQueue`
Msg(ReprocessQueueMessage),