From a6cdc4187fb32cb6c92a09a4b0cbdd20d229c88e Mon Sep 17 00:00:00 2001 From: Eitan Seri-Levi Date: Mon, 9 Feb 2026 19:24:42 -0800 Subject: [PATCH] Update beacon_node/network/src/network_beacon_processor/gossip_methods.rs Co-authored-by: Pawan Dhananjay --- .../network/src/network_beacon_processor/gossip_methods.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,