Add missing TODO (#1079)

This commit is contained in:
Justin
2020-04-28 12:58:21 +01:00
committed by GitHub
parent c102d9d1f9
commit 41208d79b1

View File

@@ -4,7 +4,7 @@ use types::{Hash256, Slot};
/// This is a legacy object that is being kept around to reduce merge conflicts.
///
/// As soon as this is merged into master, it should be removed as soon as possible.
/// TODO: As soon as this is merged into master, it should be removed as soon as possible.
#[derive(Debug, PartialEq)]
pub enum BlockProcessingOutcome {
/// Block was valid and imported into the block graph.