From cc1d89adf3df3723b77486c72fc6903ac80217cd Mon Sep 17 00:00:00 2001 From: Juan Ignacio Rios Date: Thu, 8 Aug 2024 13:42:07 +0200 Subject: [PATCH] Change max schedules linear-release --- runtimes/polimec/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/runtimes/polimec/src/lib.rs b/runtimes/polimec/src/lib.rs index f1c3020d1..77602486e 100644 --- a/runtimes/polimec/src/lib.rs +++ b/runtimes/polimec/src/lib.rs @@ -1070,6 +1070,7 @@ impl pallet_funding::Config for Runtime { type WeightInfo = weights::pallet_funding::SubstrateWeight; } + #[cfg(feature = "runtime-benchmarks")] parameter_types! { pub BenchmarkReason: RuntimeHoldReason = RuntimeHoldReason::Funding(pallet_funding::HoldReason::Participation(0));