Strip out anitquated parts of chain crate

This commit is contained in:
Paul Hauner
2018-12-10 10:48:02 +11:00
parent 7ea701aa30
commit 3ae82c0710
4 changed files with 27 additions and 106 deletions

View File

@@ -19,8 +19,8 @@ where
{
pub fn process_block(
&mut self,
ssz: &[u8],
present_slot: u64,
_ssz: &[u8],
_present_slot: u64,
) -> Result<(BlockProcessingOutcome, Hash256), Error> {
// TODO: block processing has been removed.
// https://github.com/sigp/lighthouse/issues/98