Make the historical bucket data private to `bucketed_history`
[rust-lightning] / lightning / src / routing / mod.rs
index 7fff856345c84c8f8fadadfe262992a4a4e8f6bc..85d21bef5a4ac8f275bb3d283d3301835cca62f7 100644 (file)
@@ -13,5 +13,6 @@ pub mod utxo;
 pub mod gossip;
 pub mod router;
 pub mod scoring;
+mod log_approx;
 #[cfg(test)]
 mod test_utils;