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:
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