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 payee_pubkey=route_params.payment_params.payee_pubkey;
32
+
let payee_pubkey=route_params.payment_params.payee_pubkey;
40
33
41
34
// Basic checks are the same as with the Dijstra routing algorithm.
42
35
let our_node_id=NodeId::from_pubkey(&our_node_pubkey);
@@ -69,9 +62,9 @@ where L::Target: Logger, GL::Target: Logger {
69
62
action:ErrorAction::IgnoreError});
70
63
}
71
64
72
-
// log_trace!(logger, "Searching for a Pickhardt type route from payer {} to payee {} {} MPP and {} first hops {}overriding the network graph", our_node_pubkey,
log_trace!(logger,"Searching for a Pickhardt type route from payer {} to payee {} with MPP and {} first hops {}overriding the network graph", our_node_pubkey,
0 commit comments