We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b98e66 commit 6d5e437Copy full SHA for 6d5e437
runtimes/shared-configuration/src/funding.rs
@@ -22,7 +22,7 @@ use polimec_common::USD_UNIT;
22
use sp_arithmetic::{FixedU128, Percent};
23
use sp_std::{collections::btree_map::BTreeMap, vec, vec::Vec};
24
25
-#[cfg(any(feature = "fast-mode", not(any(feature = "fast-mode", feature = "instant-mode"))))]
+#[cfg(not(feature = "instant-mode"))]
26
use parachains_common::HOURS;
27
28
#[cfg(feature = "instant-mode")]
0 commit comments