Fix comment in attestation_validation
This commit is contained in:
parent
e8daca4c80
commit
e289d8b5fd
@ -102,8 +102,8 @@ impl<T> AttestationValidationContext<T>
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The attestation must indicate that its last justified slot is the same as the last justified
|
* The attestation justified slot must not be higher than the last_justified_slot of the
|
||||||
* slot known to us.
|
* context.
|
||||||
*/
|
*/
|
||||||
if a.justified_slot > self.last_justified_slot {
|
if a.justified_slot > self.last_justified_slot {
|
||||||
return Err(AttestationValidationError::JustifiedSlotIncorrect);
|
return Err(AttestationValidationError::JustifiedSlotIncorrect);
|
||||||
|
Loading…
Reference in New Issue
Block a user