diff options
| author | pablof7z <pfer@me.com> | 2024-09-28 17:39:41 -0500 |
|---|---|---|
| committer | pablof7z <pfer@me.com> | 2024-09-28 17:39:41 -0500 |
| commit | fcc32565795f3f60151cde030700159502186d71 (patch) | |
| tree | 2f400600397443e6b5896c24872da1f81b9b4321 /02.md | |
| parent | 9f9ab83ee9809251d0466f22c188a0f13abd585a (diff) | |
| parent | a736e629be5c4c9125d98bdb4965851d8110c483 (diff) | |
Merge branch 'master' into cashu-wallet
Diffstat (limited to '02.md')
| -rw-r--r-- | 02.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -14,7 +14,7 @@ The `.content` is not used. | |||
| 14 | 14 | ||
| 15 | For example: | 15 | For example: |
| 16 | 16 | ||
| 17 | ```json | 17 | ```jsonc |
| 18 | { | 18 | { |
| 19 | "kind": 3, | 19 | "kind": 3, |
| 20 | "tags": [ | 20 | "tags": [ |
| @@ -23,7 +23,7 @@ For example: | |||
| 23 | ["p", "612ae..e610f", "ws://carolrelay.com/ws", "carol"] | 23 | ["p", "612ae..e610f", "ws://carolrelay.com/ws", "carol"] |
| 24 | ], | 24 | ], |
| 25 | "content": "", | 25 | "content": "", |
| 26 | ...other fields | 26 | // other fields... |
| 27 | } | 27 | } |
| 28 | ``` | 28 | ``` |
| 29 | 29 | ||