Merge branch 'validator_induction' into genesis

This commit is contained in:
Paul Hauner
2018-10-20 21:01:50 +11:00

View File

@@ -107,6 +107,12 @@ impl<'a> ValidatorInductor<'a> {
}
}
}
fn to_ref(self)
-> &'a Vec<ValidatorRecord>
{
self.validators
}
}