diff options
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 | ||