Move ImportQueue into own file

This commit is contained in:
Paul Hauner
2019-03-24 18:34:44 +11:00
parent ee07efb9e9
commit 755a09d164
3 changed files with 236 additions and 227 deletions

View File

@@ -1,3 +1,4 @@
mod import_queue;
/// Syncing for lighthouse.
///
/// Stores the various syncing methods for the beacon chain.