Remove state-transition crate

This commit is contained in:
Paul Hauner
2018-12-24 10:00:52 +11:00
parent 6f039e6e6a
commit a42d931d66
4 changed files with 0 additions and 203 deletions

View File

@@ -8,7 +8,6 @@ bls = { path = "../utils/bls" }
db = { path = "../../lighthouse/db" }
naive_fork_choice = { path = "../naive_fork_choice" }
ssz = { path = "../utils/ssz" }
state-transition = { path = "../state-transition" }
types = { path = "../types" }
validator_induction = { path = "../validator_induction" }
validator_shuffling = { path = "../validator_shuffling" }