Skip to content

Commit 6d5e437

Browse files
authored
chore: cleanup cfg (#343)
1 parent 1b98e66 commit 6d5e437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtimes/shared-configuration/src/funding.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use polimec_common::USD_UNIT;
2222
use sp_arithmetic::{FixedU128, Percent};
2323
use sp_std::{collections::btree_map::BTreeMap, vec, vec::Vec};
2424

25-
#[cfg(any(feature = "fast-mode", not(any(feature = "fast-mode", feature = "instant-mode"))))]
25+
#[cfg(not(feature = "instant-mode"))]
2626
use parachains_common::HOURS;
2727

2828
#[cfg(feature = "instant-mode")]

0 commit comments

Comments
 (0)