mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
Doc: update 'waitsendpay' manpage
We no longer disable a channel on routing error.
This commit is contained in:
committed by
Christian Decker
parent
67d20ae842
commit
7e7358ec1e
@@ -2,12 +2,12 @@
|
||||
.\" Title: lightning-waitsendpay
|
||||
.\" Author: [see the "AUTHOR" section]
|
||||
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
|
||||
.\" Date: 02/23/2019
|
||||
.\" Date: 05/19/2019
|
||||
.\" Manual: \ \&
|
||||
.\" Source: \ \&
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "LIGHTNING\-WAITSENDP" "7" "02/23/2019" "\ \&" "\ \&"
|
||||
.TH "LIGHTNING\-WAITSENDP" "7" "05/19/2019" "\ \&" "\ \&"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
@@ -45,7 +45,7 @@ If the payment completed with success, this command returns with success\&. Othe
|
||||
.sp
|
||||
On success, an object similar to the output of \fBlistsendpays\fR will be returned\&. This object will have a \fIstatus\fR field that is the string \fI"complete"\fR\&.
|
||||
.sp
|
||||
On error, if the error occurred from a node other than the final destination, the route table will be updated so that getroute(7) should return an alternate route (if any)\&. An error from the final destination implies the payment should not be retried\&.
|
||||
On error, and even if the error occurred from a node other than the final destination, the route table will no longer be updated. Use the \fIexclude\fR parameter of the \fIgetroute\fR command to ignore the failing route\&.
|
||||
.sp
|
||||
The following error codes may occur:
|
||||
.sp
|
||||
|
||||
@@ -41,10 +41,10 @@ be returned.
|
||||
This object will have a 'status' field that is the
|
||||
string '"complete"'.
|
||||
|
||||
On error, if the error occurred from a node other than the final
|
||||
destination, the route table will be updated so that getroute(7)
|
||||
should return an alternate route (if any). An error from the final
|
||||
destination implies the payment should not be retried.
|
||||
On error, and even if the error occurred from a node other than the
|
||||
final destination, the route table will no longer be updated. Use
|
||||
the 'exclude' parameter of the `getroute` command to ignore the
|
||||
failing route.
|
||||
|
||||
The following error codes may occur:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user