Merge branch 'master' into validator-record-update

This commit is contained in:
Grant Wuerker
2018-12-23 12:21:49 -06:00
32 changed files with 100 additions and 59 deletions

View File

@@ -2,6 +2,7 @@
name = "validator_induction"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
bls = { path = "../utils/bls" }

View File

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