Fix recently introduced sync bugs

This commit is contained in:
Paul Hauner
2019-06-07 02:55:16 -04:00
parent 4cecf05198
commit 719dd72de6
5 changed files with 179 additions and 130 deletions

View File

@@ -9,6 +9,7 @@ sloggers = "0.3.2"
[dependencies]
beacon_chain = { path = "../beacon_chain" }
store = { path = "../store" }
eth2-libp2p = { path = "../eth2-libp2p" }
version = { path = "../version" }
types = { path = "../../eth2/types" }