mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-23 00:45:53 -05:00
Switch to used budget instead of remaining
This commit is contained in:
parent
1c96bc45cf
commit
9dd2256a2a
2
47.md
2
47.md
|
@ -393,7 +393,7 @@ Response:
|
||||||
{
|
{
|
||||||
"result_type": "get_budget",
|
"result_type": "get_budget",
|
||||||
"result": {
|
"result": {
|
||||||
"remaining_budget_msats": 10000,
|
"used_budget_msats": 10000,
|
||||||
"total_budget_msats": 100000,
|
"total_budget_msats": 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user