@@ -3890,7 +3890,7 @@ mod tests {
3890
3890
let mut d = match get_route_file ( ) {
3891
3891
Ok ( f) => f,
3892
3892
Err ( _) => {
3893
- eprintln ! ( "Please fetch https://bitcoin.ninja/ldk-net_graph-879e309c128 -2020-02-12.bin and place it at lightning/net_graph-2021-02-12.bin" ) ;
3893
+ eprintln ! ( "Please fetch https://bitcoin.ninja/ldk-net_graph-05f0c5a0d772 -2020-02-12.bin and place it at lightning/net_graph-2021-02-12.bin" ) ;
3894
3894
return ;
3895
3895
} ,
3896
3896
} ;
@@ -3917,7 +3917,7 @@ mod tests {
3917
3917
let mut d = match get_route_file ( ) {
3918
3918
Ok ( f) => f,
3919
3919
Err ( _) => {
3920
- eprintln ! ( "Please fetch https://bitcoin.ninja/ldk-net_graph-879e309c128 -2020-02-12.bin and place it at lightning/net_graph-2021-02-12.bin" ) ;
3920
+ eprintln ! ( "Please fetch https://bitcoin.ninja/ldk-net_graph-05f0c5a0d772 -2020-02-12.bin and place it at lightning/net_graph-2021-02-12.bin" ) ;
3921
3921
return ;
3922
3922
} ,
3923
3923
} ;
@@ -3955,7 +3955,7 @@ mod benches {
3955
3955
#[ bench]
3956
3956
fn generate_routes ( bench : & mut Bencher ) {
3957
3957
let mut d = tests:: get_route_file ( )
3958
- . expect ( "Please fetch https://bitcoin.ninja/ldk-net_graph-879e309c128 -2020-02-12.bin and place it at lightning/net_graph-2021-02-12.bin" ) ;
3958
+ . expect ( "Please fetch https://bitcoin.ninja/ldk-net_graph-05f0c5a0d772 -2020-02-12.bin and place it at lightning/net_graph-2021-02-12.bin" ) ;
3959
3959
let graph = NetworkGraph :: read ( & mut d) . unwrap ( ) ;
3960
3960
3961
3961
// First, get 100 (source, destination) pairs for which route-getting actually succeeds...
@@ -3987,7 +3987,7 @@ mod benches {
3987
3987
#[ bench]
3988
3988
fn generate_mpp_routes ( bench : & mut Bencher ) {
3989
3989
let mut d = tests:: get_route_file ( )
3990
- . expect ( "Please fetch https://bitcoin.ninja/ldk-net_graph-879e309c128 -2020-02-12.bin and place it at lightning/net_graph-2021-02-12.bin" ) ;
3990
+ . expect ( "Please fetch https://bitcoin.ninja/ldk-net_graph-05f0c5a0d772 -2020-02-12.bin and place it at lightning/net_graph-2021-02-12.bin" ) ;
3991
3991
let graph = NetworkGraph :: read ( & mut d) . unwrap ( ) ;
3992
3992
3993
3993
// First, get 100 (source, destination) pairs for which route-getting actually succeeds...
0 commit comments