Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustfmt: Run on the routing directory (3/3) #3338

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
1,770 changes: 1,171 additions & 599 deletions lightning/src/routing/gossip.rs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lightning/src/routing/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

//! Structs and impls for receiving messages about the network and storing the topology live here.

pub mod utxo;
pub mod gossip;
mod log_approx;
pub mod router;
pub mod scoring;
mod log_approx;
#[cfg(test)]
pub(crate) mod test_utils;
pub mod utxo;
Loading
Loading