mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-29 20:27:14 +00:00
Add missing TODO (#1079)
This commit is contained in:
@@ -4,7 +4,7 @@ use types::{Hash256, Slot};
|
|||||||
|
|
||||||
/// This is a legacy object that is being kept around to reduce merge conflicts.
|
/// 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)]
|
#[derive(Debug, PartialEq)]
|
||||||
pub enum BlockProcessingOutcome {
|
pub enum BlockProcessingOutcome {
|
||||||
/// Block was valid and imported into the block graph.
|
/// Block was valid and imported into the block graph.
|
||||||
|
|||||||
Reference in New Issue
Block a user