Skip to content

Commit dec5cba

Browse files
wip
1 parent 909dfe1 commit dec5cba

File tree

1 file changed

+1
-1
lines changed
  • lightning-background-processor/src

1 file changed

+1
-1
lines changed

lightning-background-processor/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@ impl Drop for BackgroundProcessor {
10971097
}
10981098
}
10991099

1100-
#[cfg(all(feature = "std", test))]
1100+
#[cfg(all(feature = "std", feature = "time", test))]
11011101
mod tests {
11021102
use super::{BackgroundProcessor, GossipSync, FRESHNESS_TIMER};
11031103
use bitcoin::constants::{genesis_block, ChainHash};

0 commit comments

Comments
 (0)