From 587be067ed3eba7d410242df93e9c1b649c7ad84 Mon Sep 17 00:00:00 2001 From: Jeremy Klein Date: Thu, 26 Sep 2024 10:13:32 -0700 Subject: [PATCH] Add back msats comment --- 47.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/47.md b/47.md index 1d88368..9c6fbdb 100644 --- a/47.md +++ b/47.md @@ -393,8 +393,8 @@ Response: { "result_type": "get_budget", "result": { - "used_budget": 10000, - "total_budget": 100000, + "used_budget": 10000, // used budget amount in msats + "total_budget": 100000, // total budget amount in msats "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 }