From aeee5beac255cbabbc18a59e1a10094c42fbe7a0 Mon Sep 17 00:00:00 2001 From: realbigsean Date: Mon, 17 Jul 2023 10:46:54 -0400 Subject: [PATCH] smol fixes --- beacon_node/network/src/network_beacon_processor/mod.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/beacon_node/network/src/network_beacon_processor/mod.rs b/beacon_node/network/src/network_beacon_processor/mod.rs index ef4b3daae7..8e44aba15a 100644 --- a/beacon_node/network/src/network_beacon_processor/mod.rs +++ b/beacon_node/network/src/network_beacon_processor/mod.rs @@ -229,8 +229,6 @@ impl NetworkBeaconProcessor { }) } - pub fn send_banana() {} - /// Create a new `Work` event for some sync committee signature. pub fn send_gossip_sync_signature( self: &Arc, @@ -427,7 +425,7 @@ impl NetworkBeaconProcessor { }) } - /// Create a new `Work` event for some block, where the result from computation (if any) is + /// Create a new `Work` event for some blobs, where the result from computation (if any) is /// sent to the other side of `result_tx`. pub fn send_rpc_blobs( self: &Arc,