Remove iter mod from beacon chain

Now the iter mod in store is the only implementation
This commit is contained in:
Paul Hauner
2019-06-19 02:06:23 +10:00
parent 952e08ba38
commit 55196dff64
5 changed files with 36 additions and 139 deletions

View File

@@ -2,7 +2,6 @@ mod beacon_chain;
mod checkpoint;
mod errors;
mod fork_choice;
pub mod iter;
mod metrics;
mod persisted_beacon_chain;
pub mod test_utils;