Update BeaconChain w/ new genesis code

This commit is contained in:
Paul Hauner
2018-12-13 17:33:53 +11:00
parent 493a16ac18
commit 01f3b2f0c1
5 changed files with 32 additions and 25 deletions

View File

@@ -6,6 +6,7 @@ authors = ["Paul Hauner <paul@paulhauner.com>"]
[dependencies]
bls = { path = "../utils/bls" }
db = { path = "../../lighthouse/db" }
genesis = { path = "../genesis" }
naive_fork_choice = { path = "../naive_fork_choice" }
spec = { path = "../spec" }
ssz = { path = "../utils/ssz" }