Revert "make batch size check compile time panic"

This reverts commit 68f2484efc.
This commit is contained in:
realbigsean 2023-02-13 16:51:55 -05:00
parent 68f2484efc
commit cd8757de1c
No known key found for this signature in database
GPG Key ID: BE1B3DB104F6C788
3 changed files with 3 additions and 3 deletions

View File

@ -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};

View File

@ -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};

View File

@ -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,
};