File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
558558parameter_types ! {
Original file line number Diff line number Diff 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
12171217parameter_types ! {
You can’t perform that action at this time.
0 commit comments