Suggested comment clarification

Co-authored-by: Roland <33993199+rolznz@users.noreply.github.com>
This commit is contained in:
Jeremy Klein 2024-09-18 22:42:04 -07:00 committed by GitHub
parent 17cd5be192
commit 210966466b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
47.md
View File

@ -395,7 +395,7 @@ Response:
"result": {
"remaining_budget_msats": 10000,
"total_budget_msats": 100000,
"renews_at": 1693876973, // timestamp in seconds since epoch
"renews_at": 1693876973, // timestamp in seconds since epoch, optional. If not provided, the budget does not renew.
}
}
```