Skip to content

Commit 142842d

Browse files
committed
fix: remove InitialMaxWeightsLimit from chain-extensions mock
1 parent fc7eeff commit 142842d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

chain-extensions/src/mock.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ parameter_types! {
265265
parameter_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;

0 commit comments

Comments
 (0)