mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 04:48:21 +00:00
fix conflicts
This commit is contained in:
@@ -1142,7 +1142,9 @@ impl<T: BeaconChainTypes> Worker<T> {
|
||||
Ok(AvailabilityProcessingStatus::MissingComponents(slot, block_root)) => {
|
||||
// make rpc request for blob
|
||||
self.send_sync_message(SyncMessage::MissingGossipBlockComponents(
|
||||
slot, peer_id, block_root,
|
||||
*slot,
|
||||
peer_id,
|
||||
*block_root,
|
||||
));
|
||||
}
|
||||
Err(BlockError::ParentUnknown(block)) => {
|
||||
|
||||
Reference in New Issue
Block a user