Remove stale TODO. #1899 was resolved a while ago
This commit is contained in:
@@ -77,9 +77,6 @@ pub fn process_blob(
|
|||||||
let is_coding = blob.read().unwrap().is_coding();
|
let is_coding = blob.read().unwrap().is_coding();
|
||||||
|
|
||||||
// Check if the blob is in the range of our known leaders. If not, we return.
|
// 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 (slot, pix) = {
|
||||||
let r_blob = blob.read().unwrap();
|
let r_blob = blob.read().unwrap();
|
||||||
(r_blob.slot(), r_blob.index())
|
(r_blob.slot(), r_blob.index())
|
||||||
|
Reference in New Issue
Block a user