You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let channels = [create_announced_chan_between_nodes(&nodes,0,1,InitFeatures::known(),InitFeatures::known()),create_announced_chan_between_nodes(&nodes,1,2,InitFeatures::known(),InitFeatures::known())];
271
271
let logger = test_utils::TestLogger::new();
272
272
let route = get_route(&nodes[0].node.get_our_node_id(),&nodes[0].net_graph_msg_handler.network_graph.read().unwrap(),&nodes[2].node.get_our_node_id(),Some(InvoiceFeatures::known()),None,&Vec::new(),40_000,TEST_FINAL_CLTV,&logger).unwrap();
@@ -285,7 +285,10 @@ fn test_fee_failures() {
285
285
286
286
// In an earlier version, we spuriously failed to forward payments if the expected feerate
287
287
// changed between the channel open and the payment.
0 commit comments