diff options
| author | hakkadaikon <hakkadaikon@yahoo.co.jp> | 2024-11-18 02:33:29 +0900 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2024-11-17 18:34:48 -0300 |
| commit | f3244a0903b1fedbd8aa89596c658c9529e19ea6 (patch) | |
| tree | 5a449780b3389cbea86a1993e6ed909f19b41e3b /11.md | |
| parent | ac60e1d6628164e6af262aec93c311cbef7d8063 (diff) | |
js,json -> jsonc
Diffstat (limited to '11.md')
| -rw-r--r-- | 11.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -262,7 +262,7 @@ processed by appropriate client software. | |||
| 262 | 262 | ||
| 263 | Relays that require payments may want to expose their fee schedules. | 263 | Relays that require payments may want to expose their fee schedules. |
| 264 | 264 | ||
| 265 | ```json | 265 | ```jsonc |
| 266 | { | 266 | { |
| 267 | "payments_url": "https://my-relay/payments", | 267 | "payments_url": "https://my-relay/payments", |
| 268 | "fees": { | 268 | "fees": { |
| @@ -270,7 +270,7 @@ Relays that require payments may want to expose their fee schedules. | |||
| 270 | "subscription": [{ "amount": 5000000, "unit": "msats", "period": 2592000 }], | 270 | "subscription": [{ "amount": 5000000, "unit": "msats", "period": 2592000 }], |
| 271 | "publication": [{ "kinds": [4], "amount": 100, "unit": "msats" }], | 271 | "publication": [{ "kinds": [4], "amount": 100, "unit": "msats" }], |
| 272 | }, | 272 | }, |
| 273 | ... | 273 | // other fields... |
| 274 | } | 274 | } |
| 275 | ``` | 275 | ``` |
| 276 | 276 | ||