mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
doc: Correct preimage field name in pay return value
This commit is contained in:
parent
57405d7b68
commit
8edf55b34a
2 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ Shadow route means the payment algorithm will virtually extend the time delays a
|
||||||
Route randomization will never exceed \fImaxfeepercent\fR of the payment\&. Route randomization and shadow routing will not take routes that would exceed \fImaxdelay\fR\&.
|
Route randomization will never exceed \fImaxfeepercent\fR of the payment\&. Route randomization and shadow routing will not take routes that would exceed \fImaxdelay\fR\&.
|
||||||
.SH "RETURN VALUE"
|
.SH "RETURN VALUE"
|
||||||
.sp
|
.sp
|
||||||
On success, this returns the payment \fIpreimage\fR which hashes to the \fIpayment_hash\fR to prove that the payment was successful\&. It will also return, a \fIgetroute_tries\fR and a \fIsendpay_tries\fR statistics for the number of times it internally called \fBgetroute\fR and \fBsendpay\fR\&.
|
On success, this returns the \fIpayment_preimage\fR which hashes to the \fIpayment_hash\fR to prove that the payment was successful\&. It will also return, a \fIgetroute_tries\fR and a \fIsendpay_tries\fR statistics for the number of times it internally called \fBgetroute\fR and \fBsendpay\fR\&.
|
||||||
.sp
|
.sp
|
||||||
You can monitor the progress and retries of a payment using the lightning\-paystatus(7) command\&.
|
You can monitor the progress and retries of a payment using the lightning\-paystatus(7) command\&.
|
||||||
.sp
|
.sp
|
||||||
|
|
|
@ -78,7 +78,7 @@ will not take routes that would exceed 'maxdelay'.
|
||||||
RETURN VALUE
|
RETURN VALUE
|
||||||
------------
|
------------
|
||||||
|
|
||||||
On success, this returns the payment 'preimage' which hashes to the
|
On success, this returns the 'payment_preimage' which hashes to the
|
||||||
'payment_hash' to prove that the payment was successful.
|
'payment_hash' to prove that the payment was successful.
|
||||||
It will also return, a 'getroute_tries' and a 'sendpay_tries'
|
It will also return, a 'getroute_tries' and a 'sendpay_tries'
|
||||||
statistics for the number of times it internally called *getroute*
|
statistics for the number of times it internally called *getroute*
|
||||||
|
|
Loading…
Add table
Reference in a new issue