mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-08 03:51:22 +00:00
Merge branch 'validator_induction' into genesis
This commit is contained in:
commit
a60fd784e6
@ -107,6 +107,12 @@ impl<'a> ValidatorInductor<'a> {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fn to_ref(self)
|
||||
-> &'a Vec<ValidatorRecord>
|
||||
{
|
||||
self.validators
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user