File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,6 @@ parameter_types! {
265265parameter_types ! {
266266 pub const InitialMinAllowedWeights : u16 = 0 ;
267267 pub const InitialEmissionValue : u16 = 0 ;
268- pub const InitialMaxWeightsLimit : u16 = u16 :: MAX ;
269268 pub BlockWeights : limits:: BlockWeights = limits:: BlockWeights :: with_sensible_defaults(
270269 Weight :: from_parts( 2_000_000_000_000 , u64 :: MAX ) ,
271270 Perbill :: from_percent( 75 ) ,
@@ -349,7 +348,6 @@ impl pallet_subtensor::Config for Test {
349348 type Scheduler = Scheduler ;
350349 type InitialMinAllowedWeights = InitialMinAllowedWeights ;
351350 type InitialEmissionValue = InitialEmissionValue ;
352- type InitialMaxWeightsLimit = InitialMaxWeightsLimit ;
353351 type InitialTempo = InitialTempo ;
354352 type InitialDifficulty = InitialDifficulty ;
355353 type InitialAdjustmentInterval = InitialAdjustmentInterval ;
You can’t perform that action at this time.
0 commit comments