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 route = matchget_route(&our_id,&net_graph_msg_handler.network_graph.read().unwrap(),&get_pubkey!(),None,&Vec::new(), value,42,Arc::clone(&logger)){
417
+
let route = matchget_route(&our_id,&net_graph_msg_handler.network_graph.read().unwrap(),&get_pubkey!(),None,None,&Vec::new(), value,42,Arc::clone(&logger)){
let net_graph_msg_handler = &origin_node.net_graph_msg_handler;
1027
1027
let logger = test_utils::TestLogger::new();
1028
-
let route = get_route(&origin_node.node.get_our_node_id(),&net_graph_msg_handler.network_graph.read().unwrap(),&expected_route.last().unwrap().node.get_our_node_id(),None,&Vec::new(), recv_value,TEST_FINAL_CLTV,&logger).unwrap();
1028
+
let route = get_route(&origin_node.node.get_our_node_id(),&net_graph_msg_handler.network_graph.read().unwrap(),&expected_route.last().unwrap().node.get_our_node_id(),None,None,&Vec::new(), recv_value,TEST_FINAL_CLTV,&logger).unwrap();
let net_graph_msg_handler = &origin_node.net_graph_msg_handler;
1041
-
let route = get_route(&origin_node.node.get_our_node_id(),&net_graph_msg_handler.network_graph.read().unwrap(),&expected_route.last().unwrap().node.get_our_node_id(),None,&Vec::new(), recv_value,TEST_FINAL_CLTV,&logger).unwrap();
1041
+
let route = get_route(&origin_node.node.get_our_node_id(),&net_graph_msg_handler.network_graph.read().unwrap(),&expected_route.last().unwrap().node.get_our_node_id(),None,None,&Vec::new(), recv_value,TEST_FINAL_CLTV,&logger).unwrap();
0 commit comments