mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-29 13:49:39 +00:00
add peer usefulness enum
This commit is contained in:
@@ -140,7 +140,7 @@ pub async fn publish_block<T: BeaconChainTypes>(
|
||||
|
||||
Ok(())
|
||||
}
|
||||
Ok(AvailabilityProcessingStatus::MissingParts(_, block_root)) => {
|
||||
Ok(AvailabilityProcessingStatus::MissingComponents(_, block_root)) => {
|
||||
let msg = format!("Missing parts of block with root {:?}", block_root);
|
||||
error!(
|
||||
log,
|
||||
|
||||
Reference in New Issue
Block a user