mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 08:12:50 +02:00
routing+routerrpc+lncli: enable last hop restriction for payments
This commit is contained in:
@@ -89,6 +89,7 @@ func (p *paymentSession) RequestRoute(payment *LightningPayment,
|
||||
ProbabilitySource: ss.MissionControl.GetProbability,
|
||||
FeeLimit: payment.FeeLimit,
|
||||
OutgoingChannelID: payment.OutgoingChannelID,
|
||||
LastHop: payment.LastHop,
|
||||
CltvLimit: cltvLimit,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user