From aa2ba95c0cef967fae9a2d7b8b08e7b3845e275a 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 7bb4805c9..103611c7f 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 = (); } + #[cfg(feature = "runtime-benchmarks")] parameter_types! { pub BenchmarkReason: RuntimeHoldReason = RuntimeHoldReason::Funding(pallet_funding::HoldReason::Participation(0));