cli: revise help text for addinvoice lncli command [skip ci]

This commit is contained in:
st4rgut24
2022-11-11 14:31:04 -08:00
parent 22fec76339
commit 8d6d1564c0
5 changed files with 5 additions and 5 deletions

View File

@@ -4851,7 +4851,7 @@ func (r *rpcServer) extractPaymentIntent(rpcPayReq *rpcPaymentRequest) (rpcPayme
}
// If the amount was not included in the invoice, then we let
// the payee specify the amount of satoshis they wish to send.
// the payer specify the amount of satoshis they wish to send.
// We override the amount to pay with the amount provided from
// the payment request.
if payReq.MilliSat == nil {