mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-31 21:27:12 +00:00
Fix comment
This commit is contained in:
@@ -252,7 +252,7 @@ enum InboundEvent {
|
|||||||
ReadyBackfillSync(QueuedBackfillBatch),
|
ReadyBackfillSync(QueuedBackfillBatch),
|
||||||
/// A column reconstruction that was queued is ready for processing.
|
/// A column reconstruction that was queued is ready for processing.
|
||||||
ReadyColumnReconstruction(QueuedColumnReconstruction),
|
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),
|
ReadyDataColumn(Hash256),
|
||||||
/// A message sent to the `ReprocessQueue`
|
/// A message sent to the `ReprocessQueue`
|
||||||
Msg(ReprocessQueueMessage),
|
Msg(ReprocessQueueMessage),
|
||||||
|
|||||||
Reference in New Issue
Block a user