Move proof_of_possession into bls crate

This commit is contained in:
Paul Hauner
2018-10-22 05:58:12 +11:00
parent 7eac75fcf6
commit 8a2baa7b26
6 changed files with 23 additions and 33 deletions

View File

@@ -18,7 +18,3 @@ pub struct ValidatorRegistration {
pub randao_commitment: Hash256,
pub proof_of_possession: Signature,
}
impl ValidatorRegistration {
pub fn random()
}