mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 15:02:20 +01:00
rustfmt
: fuzz/src/process_network_graph.rs
This commit is contained in:
parent
8e1a98183d
commit
73ebb1bd1b
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,8 @@ use crate::utils::test_logger;
|
|||
/// Actual fuzz test, method signature and name are fixed
|
||||
fn do_test<Out: test_logger::Output>(data: &[u8], out: Out) {
|
||||
let logger = test_logger::TestLogger::new("".to_owned(), out);
|
||||
let network_graph = lightning::routing::gossip::NetworkGraph::new(bitcoin::Network::Bitcoin, &logger);
|
||||
let network_graph =
|
||||
lightning::routing::gossip::NetworkGraph::new(bitcoin::Network::Bitcoin, &logger);
|
||||
let rapid_sync = RapidGossipSync::new(&network_graph, &logger);
|
||||
let _ = rapid_sync.update_network_graph(data);
|
||||
}
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
./bench/benches/bench.rs
|
||||
./fuzz/src/chanmon_consistency.rs
|
||||
./fuzz/src/full_stack.rs
|
||||
./fuzz/src/process_network_graph.rs
|
||||
./fuzz/src/refund_deser.rs
|
||||
./fuzz/src/router.rs
|
||||
./fuzz/src/utils/mod.rs
|
||||
|
|
Loading…
Add table
Reference in a new issue