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.
1 parent 4f60cca commit eff0b98Copy full SHA for eff0b98
lightning/src/routing/router.rs
@@ -3458,7 +3458,7 @@ mod tests {
3458
// for us, including later hop fees, we take it. In the first version of our MPP algorithm
3459
// we calculated fees on a higher value, resulting in us ignoring such paths.
3460
let (secp_ctx, net_graph_msg_handler, _, logger) = build_graph();
3461
- let (our_privkey, our_id, privkeys, nodes) = get_nodes(&secp_ctx);
+ let (our_privkey, our_id, _, nodes) = get_nodes(&secp_ctx);
3462
3463
// We modify the graph to set the htlc_maximum of channel 2 to below the value we wish to
3464
// send.
0 commit comments