We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
liquidity_limit_multiplier
1 parent 6b6aebc commit 72305f5Copy full SHA for 72305f5
lightning/src/ln/payment_tests.rs
@@ -1338,7 +1338,7 @@ fn preflight_probes_yield_event_and_skip() {
1338
.with_bolt11_features(invoice_features).unwrap();
1339
1340
let route_params = RouteParameters { payment_params, final_value_msat: 80_000_000 };
1341
- let res = nodes[0].node.send_preflight_probes(route_params).unwrap();
+ let res = nodes[0].node.send_preflight_probes(route_params, None).unwrap();
1342
1343
// We check that only one probe was sent, the other one was skipped due to limited liquidity.
1344
assert_eq!(res.len(), 1);
0 commit comments