mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-29 10:54:24 +00:00
Merge branch 'master' into validator-record-update
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
name = "validator_induction"
|
||||
version = "0.1.0"
|
||||
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
bls = { path = "../utils/bls" }
|
||||
|
||||
@@ -5,4 +5,4 @@ extern crate spec;
|
||||
|
||||
mod inductor;
|
||||
|
||||
pub use inductor::{ValidatorInductionError};
|
||||
pub use crate::inductor::{ValidatorInductionError};
|
||||
|
||||
Reference in New Issue
Block a user