Doc: update 'waitsendpay' manpage

We no longer disable a channel on routing error.
This commit is contained in:
darosior
2019-05-19 16:06:31 +02:00
committed by Christian Decker
parent 67d20ae842
commit 7e7358ec1e
2 changed files with 7 additions and 7 deletions

View File

@@ -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

View File

@@ -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: