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

@@ -13,7 +13,6 @@ members = [
"eth2/utils/ssz",
"eth2/utils/vec_shuffle",
"eth2/validator_induction",
"eth2/validator_shuffling",
"beacon_node",
"beacon_node/db",
"beacon_node/beacon_chain",