Implement genesis signature

This commit is contained in:
Paul Hauner
2018-12-26 11:15:51 +11:00
parent 79093f6ad1
commit d79d0182a6
2 changed files with 14 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ edition = "2018"
[dependencies]
bls = { path = "../utils/bls" }
spec = { path = "../spec" }
ssz = { path = "../utils/ssz" }
types = { path = "../types" }
validator_induction = { path = "../validator_induction" }
validator_shuffling = { path = "../validator_shuffling" }