Skip to content

Commit

Permalink
Merge branch 'main' into add-asset-create-destroy-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthDesai authored Mar 15, 2024
2 parents d242ccb + 2ceb4a9 commit 7071c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/async-backing/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ impl pallet_timestamp::Config for Test {
parameter_types! {
pub const AllowMultipleBlocksPerSlot: bool = true;
pub const SlotDuration: u64 = 12000;
type ExpectedBlockTime = ConstU64<1>;
}

impl async_backing::Config for Test {
type AllowMultipleBlocksPerSlot = AllowMultipleBlocksPerSlot;
type GetAndVerifySlot = RelaySlot;
type ExpectedBlockTime = ConstU64<1>;
}

/// Build genesis storage according to the mock runtime.
Expand Down

0 comments on commit 7071c9a

Please sign in to comment.