diff --git a/polkadot/node/network/protocol/src/lib.rs b/polkadot/node/network/protocol/src/lib.rs index ae72230ee4..7a0ff9f4fa 100644 --- a/polkadot/node/network/protocol/src/lib.rs +++ b/polkadot/node/network/protocol/src/lib.rs @@ -895,7 +895,10 @@ pub mod v3 { /// candidate index. /// /// Actually checking the assignment may yield a different result. - /// TODO: Look at getting rid of bitfield in the future. + /// + /// TODO at next protocol upgrade opportunity: + /// - remove redundancy `candidate_index` vs `core_index` + /// - `` #[codec(index = 0)] Assignments(Vec<(IndirectAssignmentCertV2, CandidateBitfield)>), /// Approvals for candidates in some recent, unfinalized block.