mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 09:16:00 +00:00
Fix non-compiling tests
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
use serde_derive::Deserialize;
|
use serde_derive::Deserialize;
|
||||||
use serde_yaml;
|
use serde_yaml;
|
||||||
#[cfg(not(debug_assertions))]
|
|
||||||
use state_processing::{per_block_processing, per_slot_processing};
|
use state_processing::{per_block_processing, per_slot_processing};
|
||||||
use std::{fs::File, io::prelude::*, path::PathBuf};
|
use std::{fs::File, io::prelude::*, path::PathBuf};
|
||||||
use types::*;
|
use types::*;
|
||||||
|
|||||||
Reference in New Issue
Block a user