fix conflicts

This commit is contained in:
realbigsean
2023-06-02 08:23:59 -04:00
parent e503c8e002
commit e617486bdd

View File

@@ -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)) => {