From 3a846c1c3f8cc0771933d98b60544cb0115c65df Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 28 Jul 2020 09:51:19 +0930 Subject: [PATCH] fixup! doc: Document the `msatoshi` parameter for `sendonion` --- doc/lightning-sendonion.7 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/lightning-sendonion.7 b/doc/lightning-sendonion.7 index 47f6a44a2964..260921fee390 100644 --- a/doc/lightning-sendonion.7 +++ b/doc/lightning-sendonion.7 @@ -3,7 +3,7 @@ lightning-sendonion - Send a payment with a custom onion packet .SH SYNOPSIS -\fBsendonion\fR \fIonion\fR \fIfirst_hop\fR \fIpayment_hash\fR [\fIlabel\fR] [\fIshared_secrets\fR] [\fIpartid\fR] [\fIbolt11\fR] +\fBsendonion\fR \fIonion\fR \fIfirst_hop\fR \fIpayment_hash\fR [\fIlabel\fR] [\fIshared_secrets\fR] [\fIpartid\fR] [\fIbolt11\fR] [\fImsatoshi\fR] .SH DESCRIPTION @@ -89,6 +89,10 @@ partial payments with the same \fIpayment_hash\fR\. The \fIbolt11\fR parameter, if provided, will be returned in \fIwaitsendpay\fR and \fIlistsendpays\fR results\. + +The \fImsatoshi\fR parameter is used to annotate the payment, and is returned by +\fIwaitsendpay\fR and \fIlistsendpays\fR\. + .SH RETURN VALUE On success, an object similar to the output of \fBsendpay\fR will be