Add slow LMD ghost implementation

This commit is contained in:
Paul Hauner
2019-01-23 09:33:04 +11:00
parent 1fabc7e0ab
commit b555916808
6 changed files with 224 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
use super::state_reader::BeaconStateReader;
use crate::{BeaconBlock, Hash256};
use std::fmt::Debug;