fix spelling issues

This commit is contained in:
Eitan Seri- Levi
2026-02-24 01:03:07 -08:00
parent ffc2b97699
commit e966428ef0
6 changed files with 13 additions and 13 deletions

View File

@@ -286,7 +286,7 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
);
}
/// Handle a `ExecutionPayloadEnvelopes` request from the peer.
/// Handle a `ExecutionPayloadEnvelopesByRoot` request from the peer.
async fn handle_payload_envelopes_by_root_request_inner(
self: Arc<Self>,
peer_id: PeerId,