Move advance_slot to its own file.

This commit is contained in:
Paul Hauner
2019-02-01 16:30:42 +11:00
parent db230475d7
commit 942ef4b002
3 changed files with 26 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ pub mod dump;
mod finalized_head;
mod info;
mod lmd_ghost;
// mod state_transition;
mod state;
use self::attestation_targets::AttestationTargets;
use self::block_graph::BlockGraph;