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

@@ -1,7 +1,6 @@
extern crate db;
extern crate naive_fork_choice;
extern crate ssz;
extern crate ssz_helpers;
extern crate state_transition;
extern crate types;
extern crate validator_induction;