Skip to content

Commit 8c6666b

Browse files
committed
delete: Remove peer_channel_encryptor.rs
Functionality moved to: - peers/handshake/mod.rs - peers/handshake/states.rs - peers/conduit.rs Fuzz testing rewritten here: - fuzz/src/peer_crypt.rs
1 parent 72e7acf commit 8c6666b

File tree

4 files changed

+49
-746
lines changed

4 files changed

+49
-746
lines changed

lightning/src/ln/mod.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ pub mod chan_utils;
2626
pub mod features;
2727
pub(crate) mod onchaintx;
2828

29-
#[cfg(feature = "fuzztarget")]
30-
pub mod peer_channel_encryptor;
31-
#[cfg(not(feature = "fuzztarget"))]
32-
pub(crate) mod peer_channel_encryptor;
33-
3429
mod channel;
3530
mod onion_utils;
3631
mod wire;
@@ -51,4 +46,3 @@ mod chanmon_update_fail_tests;
5146
#[cfg(test)]
5247
mod reorg_tests;
5348

54-
pub use self::peer_channel_encryptor::LN_MAX_MSG_LEN;

0 commit comments

Comments
 (0)