Skip to content

Commit

Permalink
restore the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed Aug 7, 2024
1 parent ca5ee10 commit c4e0989
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions polkadot/runtime/parachains/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ impl<T: paras_inherent::Config> BenchBuilder<T> {
para_id,
core_idx,
group_idx,
// No validators have made this candidate available yet.
bitvec::bitvec![u8, bitvec::order::Lsb0; 0; validators.len()],
CandidateHash(H256::from(byte32_slice_from(current_core_idx))),
);
Expand Down

0 comments on commit c4e0989

Please sign in to comment.