smol fixes

This commit is contained in:
realbigsean 2023-07-17 10:46:54 -04:00
parent a618830f8f
commit aeee5beac2
No known key found for this signature in database
GPG Key ID: BE1B3DB104F6C788

View File

@ -229,8 +229,6 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
})
}
pub fn send_banana() {}
/// Create a new `Work` event for some sync committee signature.
pub fn send_gossip_sync_signature(
self: &Arc<Self>,
@ -427,7 +425,7 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
})
}
/// 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<Self>,