Remove validator_shuffling crate.

It has been replaced by the `beacon_state.get_shuffling` function.
This commit is contained in:
Paul Hauner
2019-02-05 12:48:07 +11:00
parent 87a326d8a2
commit da1498fc45
5 changed files with 0 additions and 293 deletions

View File

@@ -9,4 +9,3 @@ bls = { path = "../utils/bls" }
ssz = { path = "../utils/ssz" }
types = { path = "../types" }
validator_induction = { path = "../validator_induction" }
validator_shuffling = { path = "../validator_shuffling" }