Fix compile issues and modify type names

This commit is contained in:
Age Manning
2019-03-25 23:39:39 +11:00
parent 52b31b2009
commit f7131c2f87
7 changed files with 51 additions and 43 deletions

View File

@@ -8,6 +8,7 @@ edition = "2018"
bls = { path = "../../eth2/utils/bls" }
beacon_chain = { path = "../beacon_chain" }
network = { path = "../network" }
eth2-libp2p = { path = "../eth2-libp2p" }
version = { path = "../version" }
types = { path = "../../eth2/types" }
ssz = { path = "../../eth2/utils/ssz" }