mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-05 10:32:20 +00:00
Revert "make batch size check compile time panic"
This reverts commit 68f2484efc
.
This commit is contained in:
parent
68f2484efc
commit
cd8757de1c
@ -4,7 +4,7 @@ mod tests {
|
||||
use crate::persisted_dht::load_dht;
|
||||
use crate::{NetworkConfig, NetworkService};
|
||||
use beacon_chain::test_utils::{
|
||||
BeaconChainHarness, EphemeralTestingSlotClockHarnessType as HarnessType,
|
||||
BeaconChainHarness, EphemeralSystemTimeSlotClockHarnessType as HarnessType,
|
||||
};
|
||||
use lighthouse_network::Enr;
|
||||
use slog::{o, Drain, Level, Logger};
|
||||
|
@ -10,7 +10,7 @@ use beacon_chain::{
|
||||
builder::Witness,
|
||||
eth1_chain::CachingEth1Backend,
|
||||
test_utils::{
|
||||
build_log, BeaconChainHarness, EphemeralTestingSlotClockHarnessType as HarnessType,
|
||||
build_log, BeaconChainHarness, EphemeralSystemTimeSlotClockHarnessType as HarnessType,
|
||||
},
|
||||
};
|
||||
pub use genesis::{interop_genesis_state, DEFAULT_ETH1_BLOCK_HASH};
|
||||
|
@ -382,7 +382,7 @@ mod tests {
|
||||
eth1_chain::CachingEth1Backend,
|
||||
parking_lot::RwLock,
|
||||
test_utils::{
|
||||
build_log, BeaconChainHarness, EphemeralTestingSlotClockHarnessType as HarnessType,
|
||||
build_log, BeaconChainHarness, EphemeralSystemTimeSlotClockHarnessType as HarnessType,
|
||||
},
|
||||
EngineState,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user