Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr committed Nov 15, 2021
1 parent e64c086 commit 342c27c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/parachains/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ impl<T: paras_inherent::Config> BenchBuilder<T> {

/// Specify a mapping of core_idx/para_id/group_idx seed to the number of dispute statements for the
/// corresponding dispute statement set. Note that if the number of disputes is not specified it fallbacks
/// to having a dispute per every validator. Additionally, an entry is not guaranteed to have a dispute - it
/// to having a dispute per every validator. Additionally, an entry is not guaranteed to have a dispute - it
/// must line up with the cores marked as disputed as defined in `Self::Build`.
#[cfg(not(feature = "runtime-benchmarks"))]
pub(crate) fn set_dispute_statements(mut self, m: BTreeMap<u32, u32>) -> Self {
Expand Down Expand Up @@ -302,7 +302,7 @@ impl<T: paras_inherent::Config> BenchBuilder<T> {
frame_system::Pallet::<T>::initialize(
&header.number(),
&header.hash(),
&Digest::<T::Hash> { logs: Vec::new() },
&Digest { logs: Vec::new() },
Default::default(),
);

Expand Down

0 comments on commit 342c27c

Please sign in to comment.