mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-23 06:44:35 +00:00
chain segment processing for blobs
This commit is contained in:
@@ -647,6 +647,7 @@ impl<T: BeaconChainTypes> BlockLookups<T> {
|
||||
WorkEvent::rpc_beacon_block(block_root, block, duration, process_type)
|
||||
}
|
||||
BlockTy::BlockAndBlob { block_sidecar_pair } => {
|
||||
//FIXME(sean)
|
||||
// WorkEvent::rpc_block_and_glob(block_sidecar_pair)
|
||||
todo!("we also need to process block-glob pairs for rpc")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user