From 6d5e4374a4a371cb3995f5163a9fd8e581237e40 Mon Sep 17 00:00:00 2001 From: Leonardo Razovic <4128940+lrazovic@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:04:08 +0200 Subject: [PATCH] chore: cleanup cfg (#343) --- runtimes/shared-configuration/src/funding.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtimes/shared-configuration/src/funding.rs b/runtimes/shared-configuration/src/funding.rs index d514f1063..85f9efb7e 100644 --- a/runtimes/shared-configuration/src/funding.rs +++ b/runtimes/shared-configuration/src/funding.rs @@ -22,7 +22,7 @@ use polimec_common::USD_UNIT; use sp_arithmetic::{FixedU128, Percent}; use sp_std::{collections::btree_map::BTreeMap, vec, vec::Vec}; -#[cfg(any(feature = "fast-mode", not(any(feature = "fast-mode", feature = "instant-mode"))))] +#[cfg(not(feature = "instant-mode"))] use parachains_common::HOURS; #[cfg(feature = "instant-mode")]