Remove old fork_choice crate

This commit is contained in:
Paul Hauner
2019-06-23 15:05:16 +10:00
parent 77fba0b98e
commit 075c989375
25 changed files with 6 additions and 2690 deletions

View File

@@ -10,7 +10,6 @@ network = { path = "../network" }
store = { path = "../store" }
http_server = { path = "../http_server" }
rpc = { path = "../rpc" }
fork_choice = { path = "../../eth2/fork_choice" }
prometheus = "^0.6"
types = { path = "../../eth2/types" }
tree_hash = { path = "../../eth2/utils/tree_hash" }