At
https://lightning.engineering/api-docs/api/lnd/router/send-payment-v2/
there is no mention of the CLI. Instead it says
# There is no CLI command for this RPC
However, I believe under the hood lncli sendpayment now uses SendPaymentV2. Is this correct?
When I go to https://lightning.engineering/api-docs/api/lnd/lightning/send-payment/ there is a description of the lncli sendpayment CLI docs, but we also get a warning
DANGER
This RPC is deprecated and will be removed in a future version.
so for a new user, they don't have a clear way to know that they should still use lncli sendpayment and not look for a lncli sendpaymentv2.
At
https://lightning.engineering/api-docs/api/lnd/router/send-payment-v2/
there is no mention of the CLI. Instead it says
However, I believe under the hood
lncli sendpaymentnow usesSendPaymentV2. Is this correct?When I go to https://lightning.engineering/api-docs/api/lnd/lightning/send-payment/ there is a description of the
lncli sendpaymentCLI docs, but we also get a warningso for a new user, they don't have a clear way to know that they should still use
lncli sendpaymentand not look for alncli sendpaymentv2.