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