From 1a65d511dad0f6ab7acd0802c8a26d595e1cf8ee Mon Sep 17 00:00:00 2001 From: Jeremy Klein Date: Sun, 22 Sep 2024 21:57:21 -0700 Subject: [PATCH] Remove explicit msats in names --- 47.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/47.md b/47.md index 4cc4d9a..1d88368 100644 --- a/47.md +++ b/47.md @@ -393,8 +393,8 @@ Response: { "result_type": "get_budget", "result": { - "used_budget_msats": 10000, - "total_budget_msats": 100000, + "used_budget": 10000, + "total_budget": 100000, "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 }