Merge branch 'bootstrap' into interop

This commit is contained in:
Paul Hauner
2019-08-23 13:03:59 +10:00
8 changed files with 74 additions and 37 deletions

View File

@@ -55,7 +55,7 @@ where
impl<L, E> BeaconChainTypes for CommonTypes<L, E>
where
L: LmdGhost<MemoryStore, E> + 'static,
E: EthSpec + 'static,
E: EthSpec,
{
type Store = MemoryStore;
type SlotClock = TestingSlotClock;
@@ -70,7 +70,7 @@ where
pub struct BeaconChainHarness<L, E>
where
L: LmdGhost<MemoryStore, E> + 'static,
E: EthSpec + 'static,
E: EthSpec,
{
pub chain: BeaconChain<CommonTypes<L, E>>,
pub keypairs: Vec<Keypair>,