routing+routerrpc+lncli: enable last hop restriction for payments

This commit is contained in:
Joost Jager
2019-11-18 12:08:42 +01:00
parent 814dbea745
commit f28941c7e4
10 changed files with 760 additions and 675 deletions

View File

@@ -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,
}