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

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Gheorghe <[email protected]>
  • Loading branch information
alexggh committed Aug 17, 2023
1 parent 1aa937d commit f69b72e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion runtime/parachains/src/configuration/migration/v8.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use frame_support::{
weights::Weight,
};
use frame_system::pallet_prelude::BlockNumberFor;
use primitives::SessionIndex;
use primitives::{vstaging::ApprovalVotingParams, SessionIndex};
use sp_runtime::Perbill;
use sp_std::vec::Vec;

Expand Down Expand Up @@ -150,6 +150,10 @@ on_demand_base_fee : 10_000_000u128,
on_demand_fee_variability : Perbill::from_percent(3),
on_demand_target_queue_utilization : Perbill::from_percent(25),
on_demand_ttl : 5u32.into(),
approval_voting_params : ApprovalVotingParams {
max_approval_coalesce_count: 1,
max_approval_coalesce_wait_ticks: 0,
}
}
};

Expand Down

0 comments on commit f69b72e

Please sign in to comment.