Remove SSZ helpers

This commit is contained in:
Paul Hauner
2018-12-18 18:00:11 +11:00
parent 7f00f167e3
commit be4c6701ac
10 changed files with 0 additions and 665 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" }
ssz_helpers = { path = "../utils/ssz_helpers" }
state-transition = { path = "../state-transition" }
types = { path = "../types" }
validator_induction = { path = "../validator_induction" }