Skip to content

Commit b71b7ea

Browse files
committed
change peer_handler.rs to use modular handshake and encryption handler, and only expose old peer_channel_encryptor.rs to fuzz tests
1 parent eb6a371 commit b71b7ea

File tree

3 files changed

+337
-327
lines changed

3 files changed

+337
-327
lines changed

lightning/src/ln/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ pub mod features;
2020

2121
#[cfg(feature = "fuzztarget")]
2222
pub mod peer_channel_encryptor;
23-
#[cfg(not(feature = "fuzztarget"))]
24-
pub(crate) mod peer_channel_encryptor;
2523

2624
mod channel;
2725
mod onion_utils;

0 commit comments

Comments
 (0)