upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/11.md
diff options
context:
space:
mode:
authorhakkadaikon <hakkadaikon@yahoo.co.jp>2024-11-18 02:33:29 +0900
committerfiatjaf_ <fiatjaf@gmail.com>2024-11-17 18:34:48 -0300
commitf3244a0903b1fedbd8aa89596c658c9529e19ea6 (patch)
tree5a449780b3389cbea86a1993e6ed909f19b41e3b /11.md
parentac60e1d6628164e6af262aec93c311cbef7d8063 (diff)
js,json -> jsonc
Diffstat (limited to '11.md')
-rw-r--r--11.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/11.md b/11.md
index 8efd0f0..8af4f31 100644
--- a/11.md
+++ b/11.md
@@ -262,7 +262,7 @@ processed by appropriate client software.
262 262
263Relays that require payments may want to expose their fee schedules. 263Relays 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