Remove explicit msats in names

This commit is contained in:
Jeremy Klein 2024-09-22 21:57:21 -07:00
parent 9dd2256a2a
commit 1a65d511da

4
47.md
View File

@ -393,8 +393,8 @@ Response:
{ {
"result_type": "get_budget", "result_type": "get_budget",
"result": { "result": {
"used_budget_msats": 10000, "used_budget": 10000,
"total_budget_msats": 100000, "total_budget": 100000,
"renews_at": 1693876973, // timestamp in seconds since epoch, optional. If not provided, the budget does not renew. "renews_at": 1693876973, // timestamp in seconds since epoch, optional. If not provided, the budget does not renew.
"renewal_period": "monthly", // daily|weekly|monthly|yearly|never "renewal_period": "monthly", // daily|weekly|monthly|yearly|never
} }