Merge branch 'validator_induction' into genesis

This commit is contained in:
Paul Hauner 2018-10-20 21:01:50 +11:00
commit a60fd784e6
No known key found for this signature in database
GPG Key ID: 303E4494BB28068C

View File

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