diff --git a/beacon_node/network/src/network_beacon_processor/gossip_methods.rs b/beacon_node/network/src/network_beacon_processor/gossip_methods.rs index 368ff55811..1b01ea3f39 100644 --- a/beacon_node/network/src/network_beacon_processor/gossip_methods.rs +++ b/beacon_node/network/src/network_beacon_processor/gossip_methods.rs @@ -1055,7 +1055,7 @@ impl NetworkBeaconProcessor { ); // If a block is in the da_checker, sync maybe awaiting for an event when block is finally - // imported. A block can become imported both after processing a block or data column. If a + // imported. A block can become imported both after processing a block or data column. If // importing a block results in `Imported`, notify. Do not notify of data column errors. self.send_sync_message(SyncMessage::GossipBlockProcessResult { block_root,