X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Frouting%2Fmod.rs;h=9e6d8e2afd2f763f90ccff2e2eab517d1f30a573;hb=fb3a86f498f971dc01fdd58b166031793ff1bc1a;hp=9bf0910663d92210ce649bfec959538214cd12cd;hpb=2fda791d5c36863ca69b290c9293db2fe0d35a25;p=rust-lightning diff --git a/lightning/src/routing/mod.rs b/lightning/src/routing/mod.rs index 9bf09106..9e6d8e2a 100644 --- a/lightning/src/routing/mod.rs +++ b/lightning/src/routing/mod.rs @@ -9,8 +9,9 @@ //! Structs and impls for receiving messages about the network and storing the topology live here. +pub mod utxo; pub mod gossip; pub mod router; pub mod scoring; #[cfg(test)] -mod test_utils; +pub(crate) mod test_utils;