Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
raynaudoe committed Sep 12, 2024
1 parent 8b0bace commit 9b3215e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay/paseo/src/genesis_config_presets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ fn default_parachains_host_configuration() -> HostConfiguration<polkadot_primiti
max_candidate_depth: 3,
allowed_ancestry_len: 2,
},
executor_params: Defaul::default(),
executor_params: Default::default(),
max_validators: None,
pvf_voting_ttl: 2,
approval_voting_params: ApprovalVotingParams { max_approval_coalesce_count: 1 },
Expand Down

0 comments on commit 9b3215e

Please sign in to comment.