Address review nits: drop RpcEnvelope doc comment, rename PeerType::PayloadEnvelope, fix lookup-not-found log

This commit is contained in:
dapplion
2026-06-08 12:08:45 +02:00
parent f5c024e5ed
commit a29aece2cf
3 changed files with 6 additions and 8 deletions

View File

@@ -424,8 +424,6 @@ pub enum Work<E: EthSpec> {
process_fn: AsyncFn,
},
RpcCustodyColumn(AsyncFn),
/// An execution payload envelope fetched via RPC for a single-block lookup. Shares the
/// `rpc_blob_queue` for scheduling (similar latency/priority profile).
RpcEnvelope(AsyncFn),
ColumnReconstruction(AsyncFn),
IgnoredRpcBlock {