mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
Merge branch 'electra-engine-api' of https://github.com/sigp/lighthouse into beacon-api-electra
This commit is contained in:
@@ -428,7 +428,7 @@ fn process_slash_info<T: BeaconChainTypes>(
|
|||||||
let (indexed_attestation, check_signature, err) = match slash_info {
|
let (indexed_attestation, check_signature, err) = match slash_info {
|
||||||
SignatureNotChecked(attestation, err) => {
|
SignatureNotChecked(attestation, err) => {
|
||||||
if let Error::UnknownHeadBlock { .. } = 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;
|
return err;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user