Fix fork_choice release-only tests

This commit is contained in:
Paul Hauner
2019-05-10 09:45:08 +10:00
parent 77c4b6eafe
commit be9f8aa0bf
4 changed files with 23 additions and 16 deletions

View File

@@ -13,7 +13,7 @@ use types::{BeaconBlock, BeaconState, BeaconStateTypes, ChainSpec, Hash256, Slot
//TODO: Pruning and syncing
pub struct SlowLMDGhost<T: ClientDB + Sized, B: BeaconStateTypes> {
pub struct SlowLMDGhost<T: ClientDB + Sized, B> {
/// The latest attestation targets as a map of validator index to block hash.
//TODO: Could this be a fixed size vec
latest_attestation_targets: HashMap<u64, Hash256>,