mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-20 06:18:31 +00:00
Refactor beacon_chain.
Moves all the `BeaconChain` impls into the same file that the struct is defined in.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
use super::{BeaconChain, SlotClock};
|
||||
use crate::BeaconChain;
|
||||
use db::{
|
||||
stores::{BeaconBlockAtSlotError, BeaconBlockStore},
|
||||
ClientDB, DBError,
|
||||
};
|
||||
use slot_clock::TestingSlotClockError;
|
||||
use slot_clock::{SlotClock, TestingSlotClockError};
|
||||
use std::collections::HashSet;
|
||||
use std::sync::Arc;
|
||||
use types::{
|
||||
|
||||
Reference in New Issue
Block a user