mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-22 00:25:50 -05:00
Add back msats comment
This commit is contained in:
parent
1a65d511da
commit
587be067ed
4
47.md
4
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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user