Skip to content

Commit

Permalink
Fix unused import warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jkczyz committed Mar 6, 2024
1 parent 615d0dd commit f15cb6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lightning/src/crypto/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#[cfg(not(fuzzing))]
use bitcoin::hashes::cmp::fixed_time_eq;

pub(crate) mod chacha20;
Expand Down

0 comments on commit f15cb6c

Please sign in to comment.