We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f36299 commit 79863d1Copy full SHA for 79863d1
polkadot/cli/src/command.rs
@@ -257,7 +257,7 @@ where
257
// Parse collator protocol hold off value and get the list of the invlunerable collators.
258
let collator_protocol_hold_off = cli.run.collator_protocol_hold_off.map(Duration::from_millis);
259
let invulnerable_ah_collators = get_invulnerable_ah_collators(&chain_spec);
260
- let experimental_collator_protocol = cli.run.experimental_collator_protocol;
+ let experimental_collator_protocol = true; // hack - always run the experimental protocol
261
262
runner.run_node_until_exit(move |config| async move {
263
let hwbench = (!cli.run.no_hardware_benchmarks)
0 commit comments