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
assert!(regex::Regex::new(r"Cannot send value that would put us over the max HTLC value in flight our peer will accept \(\d+\)").unwrap().is_match(err)));
let net_graph_msg_handler = &nodes[0].net_graph_msg_handler;
6460
-
let logger = test_utils::TestLogger::new();
6461
-
let route = get_route(&nodes[0].node.get_our_node_id(),&net_graph_msg_handler.network_graph.read().unwrap(),&nodes[1].node.get_our_node_id(),None,&[], max_in_flight+1,TEST_FINAL_CLTV,&logger).unwrap();
6460
+
// Manually create a route over our max in flight (which our router normally automatically
assert!(regex::Regex::new(r"Cannot send value that would put us over the max HTLC value in flight our peer will accept \(\d+\)").unwrap().is_match(err)));
0 commit comments