File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,9 @@ impl pallet_balances::Config for Runtime {
128128 type MaxFreezes = ConstU32 < 0 > ;
129129}
130130
131- impl shared:: Config for Runtime { }
131+ impl shared:: Config for Runtime {
132+ type DisabledValidators = ( ) ;
133+ }
132134
133135impl configuration:: Config for Runtime {
134136 type WeightInfo = configuration:: TestWeightInfo ;
Original file line number Diff line number Diff line change @@ -120,7 +120,9 @@ impl pallet_uniques::Config for Runtime {
120120 type Helper = ( ) ;
121121}
122122
123- impl shared:: Config for Runtime { }
123+ impl shared:: Config for Runtime {
124+ type DisabledValidators = ( ) ;
125+ }
124126
125127impl configuration:: Config for Runtime {
126128 type WeightInfo = configuration:: TestWeightInfo ;
Original file line number Diff line number Diff line change @@ -100,7 +100,9 @@ impl pallet_balances::Config for Runtime {
100100 type MaxFreezes = ConstU32 < 0 > ;
101101}
102102
103- impl shared:: Config for Runtime { }
103+ impl shared:: Config for Runtime {
104+ type DisabledValidators = ( ) ;
105+ }
104106
105107impl configuration:: Config for Runtime {
106108 type WeightInfo = configuration:: TestWeightInfo ;
You can’t perform that action at this time.
0 commit comments