Skip to content

Commit

Permalink
Merge branch 'electra-epoch-proc' of https://github.com/sigp/lighthouse
Browse files Browse the repository at this point in the history
… into electra-engine-api
  • Loading branch information
realbigsean committed Jun 13, 2024
2 parents 49db91b + c43d1c2 commit f57fa87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_node/beacon_chain/src/attestation_verification.rs
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ fn process_slash_info<T: BeaconChainTypes>(
let (indexed_attestation, check_signature, err) = match slash_info {
SignatureNotChecked(attestation, err) => {
if let Error::UnknownHeadBlock { .. } = err {
if attestation.data.beacon_block_root == attestation.data.target.root {
if attestation.data().beacon_block_root == attestation.data().target.root {
return err;
}
}
Expand Down

0 comments on commit f57fa87

Please sign in to comment.