mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-01 10:41:34 +02:00
lncli: improve last_hop help message
Clarifies that last_hop is not the destination, but the penultimate node in the path, i.e. the last intermediary.
This commit is contained in:
parent
6c8c99dae9
commit
b3f2a94c3b
@ -2087,8 +2087,9 @@ var (
|
||||
}
|
||||
|
||||
lastHopFlag = cli.StringFlag{
|
||||
Name: "last_hop",
|
||||
Usage: "pubkey of the last hop to use for this payment",
|
||||
Name: "last_hop",
|
||||
Usage: "pubkey of the last hop (penultimate node in the path) " +
|
||||
"to route through for this payment",
|
||||
}
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user