Fix rebase conflicts

This commit is contained in:
Emilia Hane
2023-01-26 20:14:09 +01:00
parent 41567194e9
commit 3676ce78b5
3 changed files with 21 additions and 20 deletions

View File

@@ -13,8 +13,10 @@ use slog::{Drain, Level};
use slot_clock::SystemTimeSlotClock;
use store::MemoryStore;
use tokio::sync::mpsc;
use types::test_utils::{SeedableRng, TestRandom, XorShiftRng};
use types::MinimalEthSpec as E;
use types::{
test_utils::{SeedableRng, TestRandom, XorShiftRng},
MinimalEthSpec as E, SignedBeaconBlock,
};
type T = Witness<SystemTimeSlotClock, CachingEth1Backend<E>, E, MemoryStore<E>, MemoryStore<E>>;