mirror of
https://github.com/edufeed-org/nips.git
synced 2025-12-09 16:24:32 +00:00
js,json -> jsonc
This commit is contained in:
parent
ac60e1d662
commit
f3244a0903
6 changed files with 17 additions and 17 deletions
4
11.md
4
11.md
|
|
@ -262,7 +262,7 @@ processed by appropriate client software.
|
|||
|
||||
Relays that require payments may want to expose their fee schedules.
|
||||
|
||||
```json
|
||||
```jsonc
|
||||
{
|
||||
"payments_url": "https://my-relay/payments",
|
||||
"fees": {
|
||||
|
|
@ -270,7 +270,7 @@ Relays that require payments may want to expose their fee schedules.
|
|||
"subscription": [{ "amount": 5000000, "unit": "msats", "period": 2592000 }],
|
||||
"publication": [{ "kinds": [4], "amount": 100, "unit": "msats" }],
|
||||
},
|
||||
...
|
||||
// other fields...
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue