mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-04 13:24:39 +00:00
rustfmt edits
This commit is contained in:
@@ -85,7 +85,8 @@ where
|
|||||||
* The slot of this attestation must not be more than cycle_length + 1 distance
|
* The slot of this attestation must not be more than cycle_length + 1 distance
|
||||||
* from the parent_slot of block that contained it.
|
* from the parent_slot of block that contained it.
|
||||||
*/
|
*/
|
||||||
if a.slot < self
|
if a.slot
|
||||||
|
< self
|
||||||
.parent_block_slot
|
.parent_block_slot
|
||||||
.saturating_sub(u64::from(self.cycle_length).saturating_add(1))
|
.saturating_sub(u64::from(self.cycle_length).saturating_add(1))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user