mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 12:47:05 +00:00
Merge branch 'gloas-fix-proposer-pref-gossip-verification' into glamsterdam-devnet-4
This commit is contained in:
@@ -4143,7 +4143,9 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
|
||||
| ProposerPreferencesError::ProposalSlotAlreadyPassed { .. }
|
||||
| ProposerPreferencesError::BeaconChainError(_)
|
||||
| ProposerPreferencesError::BeaconStateError(_)
|
||||
| ProposerPreferencesError::UnableToReadSlot,
|
||||
| ProposerPreferencesError::UnableToReadSlot
|
||||
| ProposerPreferencesError::DependentRootUnknown { .. }
|
||||
| ProposerPreferencesError::DependentRootNotCanonical { .. },
|
||||
) => {
|
||||
self.propagate_validation_result(message_id, peer_id, MessageAcceptance::Ignore);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user