From 069027966f9c7cf9499a527e3fe93de68951e8b0 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 0a3a18e8b..c5b754b91 100644 --- a/runtimes/polimec/src/lib.rs +++ b/runtimes/polimec/src/lib.rs @@ -1068,6 +1068,7 @@ impl pallet_funding::Config for Runtime { type WeightInfo = weights::pallet_funding::WeightInfo; } + #[cfg(feature = "runtime-benchmarks")] parameter_types! { pub BenchmarkReason: RuntimeHoldReason = RuntimeHoldReason::Funding(pallet_funding::HoldReason::Participation(0));