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;
6
6
/// Actual fuzz test, method signature and name are fixed
7
7
fn do_test < Out : test_logger:: Output > ( data : & [ u8 ] , out : Out ) {
8
8
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) ;
10
11
let rapid_sync = RapidGossipSync :: new ( & network_graph, & logger) ;
11
12
let _ = rapid_sync. update_network_graph ( data) ;
12
13
}
Original file line number Diff line number Diff line change 1
1
./bench/benches/bench.rs
2
2
./fuzz/src/chanmon_consistency.rs
3
3
./fuzz/src/full_stack.rs
4
- ./fuzz/src/process_network_graph.rs
5
4
./fuzz/src/refund_deser.rs
6
5
./fuzz/src/router.rs
7
6
./fuzz/src/utils/mod.rs
You can’t perform that action at this time.
0 commit comments