Add new fork choice struct to beacon chain

This commit is contained in:
Paul Hauner
2019-06-15 14:03:29 -04:00
parent c43bbfe183
commit 2ee71aa808
7 changed files with 127 additions and 129 deletions

View File

@@ -1,5 +1,5 @@
use crate::fork_choice::Error as ForkChoiceError;
use crate::metrics::Error as MetricsError;
use fork_choice::ForkChoiceError;
use state_processing::BlockProcessingError;
use state_processing::SlotProcessingError;
use types::*;