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

@@ -1,11 +1,12 @@
use bls::{
verify_proof_of_possession,
};
use types::{
ValidatorRecord,
ValidatorStatus,
ValidatorRegistration,
};
use super::proof_of_possession::verify_proof_of_possession;
/// The size of a validators deposit in GWei.
pub const DEPOSIT_GWEI: u64 = 32_000_000_000;