File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ use crate::utils::test_logger;
66/// Actual fuzz test, method signature and name are fixed
77fn do_test < Out : test_logger:: Output > ( data : & [ u8 ] , out : Out ) {
88 let logger = test_logger:: TestLogger :: new ( "" . to_owned ( ) , out) ;
9- let network_graph = lightning:: routing:: gossip:: NetworkGraph :: new ( bitcoin:: Network :: Bitcoin , & logger) ;
9+ let network_graph =
10+ lightning:: routing:: gossip:: NetworkGraph :: new ( bitcoin:: Network :: Bitcoin , & logger) ;
1011 let rapid_sync = RapidGossipSync :: new ( & network_graph, & logger) ;
1112 let _ = rapid_sync. update_network_graph ( data) ;
1213}
Original file line number Diff line number Diff line change 11./bench/benches/bench.rs
22./fuzz/src/chanmon_consistency.rs
33./fuzz/src/full_stack.rs
4- ./fuzz/src/process_network_graph.rs
54./fuzz/src/refund_deser.rs
65./fuzz/src/router.rs
76./fuzz/src/utils/mod.rs
You can’t perform that action at this time.
0 commit comments