mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 12:47:05 +00:00
Fix non-canonical payload attestation processing
This commit is contained in:
@@ -4254,8 +4254,8 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
|
||||
"payload_attn_invalid_sig",
|
||||
);
|
||||
}
|
||||
PayloadAttestationError::BeaconChainError(_)
|
||||
| PayloadAttestationError::BeaconStateError(_) => {
|
||||
PayloadAttestationError::MissingPTC { .. }
|
||||
| PayloadAttestationError::BeaconChainError(_) => {
|
||||
debug!(
|
||||
%peer_id,
|
||||
%message_slot,
|
||||
|
||||
Reference in New Issue
Block a user