Skip to content

Commit 79863d1

Browse files
committed
hack - make experimental collator protocol default to have ZN tests running
1 parent 9f36299 commit 79863d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polkadot/cli/src/command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ where
257257
// Parse collator protocol hold off value and get the list of the invlunerable collators.
258258
let collator_protocol_hold_off = cli.run.collator_protocol_hold_off.map(Duration::from_millis);
259259
let invulnerable_ah_collators = get_invulnerable_ah_collators(&chain_spec);
260-
let experimental_collator_protocol = cli.run.experimental_collator_protocol;
260+
let experimental_collator_protocol = true; // hack - always run the experimental protocol
261261

262262
runner.run_node_until_exit(move |config| async move {
263263
let hwbench = (!cli.run.no_hardware_benchmarks)

0 commit comments

Comments
 (0)