mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +00:00
Tidy bin/lib business
This commit is contained in:
@@ -1,12 +1,4 @@
|
|||||||
#[allow(dead_code)]
|
use proto_array_fork_choice::fork_choice_test_definition::*;
|
||||||
mod error;
|
|
||||||
mod fork_choice_test_definition;
|
|
||||||
mod proto_array;
|
|
||||||
#[allow(dead_code)]
|
|
||||||
mod proto_array_fork_choice;
|
|
||||||
mod ssz_container;
|
|
||||||
|
|
||||||
pub use fork_choice_test_definition::*;
|
|
||||||
use serde_yaml;
|
use serde_yaml;
|
||||||
use std::fs::File;
|
use std::fs::File;
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
mod error;
|
mod error;
|
||||||
|
pub mod fork_choice_test_definition;
|
||||||
mod proto_array;
|
mod proto_array;
|
||||||
mod proto_array_fork_choice;
|
mod proto_array_fork_choice;
|
||||||
mod ssz_container;
|
mod ssz_container;
|
||||||
|
|||||||
Reference in New Issue
Block a user