From 210966466b6c1dc11efe896e0b839533b4f42fda Mon Sep 17 00:00:00 2001 From: Jeremy Klein Date: Wed, 18 Sep 2024 22:42:04 -0700 Subject: [PATCH] Suggested comment clarification Co-authored-by: Roland <33993199+rolznz@users.noreply.github.com> --- 47.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/47.md b/47.md index 5581bee..62fdec1 100644 --- a/47.md +++ b/47.md @@ -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. } } ```