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