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 8, 2024
1 parent 4077624 commit 6b7050e
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 6b7050e

Please sign in to comment.