Remove stale TODO. #1899 was resolved a while ago

This commit is contained in:
Michael Vines 2019-02-09 16:57:46 -08:00 committed by GitHub
parent c02625f91a
commit 1c61415cee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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())