Test for failing channel after local commitment dust HTLC timeout
[rust-lightning] / src / util / mod.rs
index c31d7be4826a63b0b298e1ff091b8f14d886d3eb..1a6eb80493404e88a591005d17d1f2480118f7b4 100644 (file)
@@ -6,6 +6,7 @@ pub mod ser;
 
 pub(crate) mod byte_utils;
 pub(crate) mod chacha20;
+pub(crate) mod poly1305;
 pub(crate) mod chacha20poly1305rfc;
 pub(crate) mod internal_traits;
 pub(crate) mod rng;