mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 04:48:21 +00:00
much work
This commit is contained in:
@@ -136,7 +136,7 @@ pub async fn publish_block<T: BeaconChainTypes>(
|
||||
|
||||
Ok(())
|
||||
}
|
||||
Ok(AvailabilityProcessingStatus::MissingParts(block_root)) => {
|
||||
Ok(AvailabilityProcessingStatus::MissingParts(_, block_root)) => {
|
||||
let msg = format!("Missing parts of block with root {:?}", block_root);
|
||||
error!(
|
||||
log,
|
||||
|
||||
Reference in New Issue
Block a user