BaconState cleanup, warnings fixed, and invalid proof of possession induction test added

This commit is contained in:
Grant Wuerker
2018-12-29 17:53:48 -06:00
parent 598562da73
commit c180c6c94f
5 changed files with 30 additions and 26 deletions

View File

@@ -5,4 +5,4 @@ extern crate spec;
mod inductor;
pub use crate::inductor::{ValidatorInductionError};
pub use crate::inductor::{ValidatorInductionError, process_deposit};