debugging

This commit is contained in:
Eitan Seri-Levi
2025-02-15 12:14:58 +02:00
parent 7eb040c70e
commit cdbdb5226d
23 changed files with 252 additions and 157 deletions

View File

@@ -2181,8 +2181,7 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
.on_verified_inclusion_list(gossip_verified_il.signed_il);
}
Err(err) => match err {
GossipInclusionListError::FutureSlot { .. }
| GossipInclusionListError::PastSlot { .. }
GossipInclusionListError::InvalidSlot { .. }
| GossipInclusionListError::ValidatorNotInCommittee
| GossipInclusionListError::TooManyTransactions
| GossipInclusionListError::InvalidSignature