File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1197,7 +1197,9 @@ impl parachains_configuration::Config for Runtime {
11971197 type WeightInfo = weights:: runtime_parachains_configuration:: WeightInfo < Runtime > ;
11981198}
11991199
1200- impl parachains_shared:: Config for Runtime { }
1200+ impl parachains_shared:: Config for Runtime {
1201+ type DisabledValidators = Session ;
1202+ }
12011203
12021204impl parachains_session_info:: Config for Runtime {
12031205 type ValidatorSet = Historical ;
Original file line number Diff line number Diff line change @@ -1279,7 +1279,9 @@ impl parachains_configuration::Config for Runtime {
12791279 type WeightInfo = weights:: runtime_parachains_configuration:: WeightInfo < Runtime > ;
12801280}
12811281
1282- impl parachains_shared:: Config for Runtime { }
1282+ impl parachains_shared:: Config for Runtime {
1283+ type DisabledValidators = Session ;
1284+ }
12831285
12841286impl parachains_session_info:: Config for Runtime {
12851287 type ValidatorSet = Historical ;
You can’t perform that action at this time.
0 commit comments