From c4e0989e8c1a8b246a9c39b7c3404da11cf49d0c Mon Sep 17 00:00:00 2001 From: ordian Date: Wed, 7 Aug 2024 17:56:11 +0200 Subject: [PATCH] restore the comment --- polkadot/runtime/parachains/src/builder.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/polkadot/runtime/parachains/src/builder.rs b/polkadot/runtime/parachains/src/builder.rs index 6dccd8513fb9..3bd327c37313 100644 --- a/polkadot/runtime/parachains/src/builder.rs +++ b/polkadot/runtime/parachains/src/builder.rs @@ -525,6 +525,7 @@ impl BenchBuilder { 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))), );