From 9dd2256a2a34fb89e6f1b13589c57aaf116ccf13 Mon Sep 17 00:00:00 2001 From: Jeremy Klein Date: Sun, 22 Sep 2024 21:32:42 -0700 Subject: [PATCH] Switch to used budget instead of remaining --- 47.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/47.md b/47.md index b19cc02..4cc4d9a 100644 --- a/47.md +++ b/47.md @@ -393,7 +393,7 @@ Response: { "result_type": "get_budget", "result": { - "remaining_budget_msats": 10000, + "used_budget_msats": 10000, "total_budget_msats": 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