Macro get_route
macro_rules! get_route {
($send_node: expr, $payment_params: expr, $recv_value: expr) => { ... };
}
Expand description
Gets a route from the given sender to the node described in payment_params
.
Don’t use this, use the identically-named function instead.