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

@@ -9,5 +9,4 @@ bls = { path = "../../beacon_chain/utils/bls" }
bytes = "0.4.10"
rocksdb = "0.10.1"
ssz = { path = "../../beacon_chain/utils/ssz" }
ssz_helpers = { path = "../../beacon_chain/utils/ssz_helpers" }
types = { path = "../../beacon_chain/types" }