mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-15 09:48:20 +00:00
Address review nits: drop RpcEnvelope doc comment, rename PeerType::PayloadEnvelope, fix lookup-not-found log
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user