Skip to content

Commit

Permalink
chore: cleanup cfg (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrazovic committed Jul 1, 2024
1 parent 1b98e66 commit 6d5e437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtimes/shared-configuration/src/funding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down

0 comments on commit 6d5e437

Please sign in to comment.