mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 14:02:40 +02:00
routing+routerrpc+lncli: enable last hop restriction for payments
This commit is contained in:
@@ -1596,6 +1596,10 @@ type LightningPayment struct {
|
||||
// hop. If nil, any channel may be used.
|
||||
OutgoingChannelID *uint64
|
||||
|
||||
// LastHop is the pubkey of the last node before the final destination
|
||||
// is reached. If nil, any node may be used.
|
||||
LastHop *route.Vertex
|
||||
|
||||
// PaymentRequest is an optional payment request that this payment is
|
||||
// attempting to complete.
|
||||
PaymentRequest []byte
|
||||
|
Reference in New Issue
Block a user