Added config file to allow users to specify channel limits as per bolt 2
[rust-lightning] / src / ln / router.rs
index 5d5948dd714ee1b9f483b31de696e033802313c5..4a55df88c6f90fd30d309e506377d819a7720a02 100644 (file)
@@ -77,8 +77,6 @@ impl std::fmt::Display for ChannelInfo {
        }
 }
 
-
-
 struct NodeInfo {
        #[cfg(feature = "non_bitcoin_chain_hash_routing")]
        channels: Vec<(u64, Sha256dHash)>,