From 41208d79b14853d1002cf63b89cc8fea624fbcc2 Mon Sep 17 00:00:00 2001 From: Justin Date: Tue, 28 Apr 2020 12:58:21 +0100 Subject: [PATCH] Add missing TODO (#1079) --- .../src/block_verification/block_processing_outcome.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_node/beacon_chain/src/block_verification/block_processing_outcome.rs b/beacon_node/beacon_chain/src/block_verification/block_processing_outcome.rs index cdfa35cab..fe0f71a50 100644 --- a/beacon_node/beacon_chain/src/block_verification/block_processing_outcome.rs +++ b/beacon_node/beacon_chain/src/block_verification/block_processing_outcome.rs @@ -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.