lnrpc: fix docs on ListPaymentsRequest

This commit is contained in:
yyforyongyu
2024-01-25 19:49:29 +08:00
parent 758ae6fbec
commit cb2c2e89dd
3 changed files with 6 additions and 6 deletions

View File

@@ -4138,11 +4138,11 @@ message ListPaymentsRequest {
*/
bool count_total_payments = 5;
// If set, returns all invoices with a creation date greater than or equal
// If set, returns all payments with a creation date greater than or equal
// to it. Measured in seconds since the unix epoch.
uint64 creation_date_start = 6;
// If set, returns all invoices with a creation date less than or equal to
// If set, returns all payments with a creation date less than or equal to
// it. Measured in seconds since the unix epoch.
uint64 creation_date_end = 7;
}