got interop working~

This commit is contained in:
Eitan Seri-Levi
2025-06-09 10:07:53 +03:00
parent 30f28784ee
commit 7fe71d4db6
31 changed files with 282 additions and 249 deletions

View File

@@ -135,7 +135,7 @@ pub async fn publish_inclusion_lists<T: BeaconChainTypes>(
request_index = index,
validator_index,
il_slot = ?slot,
"Failure verifying attestation for gossip"
"Failure verifying inclusion list for gossip"
);
failures.push(Failure::new(index, format!("{e:?}")));
} else {