Skip to content

Commit 2ec7c77

Browse files
authored
Merge pull request #463 from jkczyz/2020-01-wire-encode
Encapsulate message wire encoding into a module
2 parents 425e4ad + 0e6b207 commit 2ec7c77

File tree

3 files changed

+495
-106
lines changed

3 files changed

+495
-106
lines changed

lightning/src/ln/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ pub(crate) mod peer_channel_encryptor;
2424

2525
mod channel;
2626
mod onion_utils;
27+
mod wire;
2728

2829
#[cfg(test)]
2930
#[macro_use] mod functional_test_utils;

0 commit comments

Comments
 (0)