From 1c61415cee311b9462f17dd6bab2bbf121493f44 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sat, 9 Feb 2019 16:57:46 -0800 Subject: [PATCH] Remove stale TODO. #1899 was resolved a while ago --- src/db_window.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/db_window.rs b/src/db_window.rs index c932e73ed0..b936a9f8c2 100644 --- a/src/db_window.rs +++ b/src/db_window.rs @@ -77,9 +77,6 @@ pub fn process_blob( let is_coding = blob.read().unwrap().is_coding(); // Check if the blob is in the range of our known leaders. If not, we return. - // TODO: Need to update slot in broadcast, otherwise this check will fail with - // leader rotation enabled - // Github issue: https://github.com/solana-labs/solana/issues/1899. let (slot, pix) = { let r_blob = blob.read().unwrap(); (r_blob.slot(), r_blob.index())