Skip to content

Commit 9217ce2

Browse files
committed
fix: typo
1 parent 36981f9 commit 9217ce2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

polkadot/runtime/test-runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ impl parachains_paras::Config for Runtime {
552552
type OnNewHead = ();
553553
type AssignCoretime = ();
554554
type UnbrickOrigin = EnsureRoot<AccountId>;
555-
type MinTimeToAllowUnbrick = ConstU64<{ 2 * HOUR }>;
555+
type MinTimeToAllowUnbrick = ConstU64<{ 2 * HOURS }>;
556556
}
557557

558558
parameter_types! {

polkadot/runtime/westend/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ impl parachains_paras::Config for Runtime {
12111211
type OnNewHead = ();
12121212
type AssignCoretime = CoretimeAssignmentProvider;
12131213
type UnbrickOrigin = EnsureRoot<AccountId>;
1214-
type MinTimeToAllowUnbrick = ConstU64<{ 2 * HOUR }>;
1214+
type MinTimeToAllowUnbrick = ConstU64<{ 2 * HOURS }>;
12151215
}
12161216

12171217
parameter_types! {

0 commit comments

Comments
 (0)