diff options
| author | Yoji Shidara <dara@shidara.net> | 2025-08-13 21:26:30 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-13 21:26:30 +0900 |
| commit | 0e911333207cb6865d43e76d746e30650c413f23 (patch) | |
| tree | bc8caafc4d53343612f6be7f9fcc86452db97e04 /87.md | |
| parent | 252f746010cebafb3f98720ec5e8fb2634f70b77 (diff) | |
Fix typos (#2014)
Diffstat (limited to '87.md')
| -rw-r--r-- | 87.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -41,7 +41,7 @@ There are three actors to this workflow: | |||
| 41 | } | 41 | } |
| 42 | ``` | 42 | ``` |
| 43 | 43 | ||
| 44 | The recommendation event is a parameterized-replacable event so that a user can change edit their recommendation without creating a new event. | 44 | The recommendation event is a parameterized-replaceable event so that a user can change edit their recommendation without creating a new event. |
| 45 | 45 | ||
| 46 | The `d` tag in `kind:38000` is the `kind:38173`/`kind:38172` event identifier this event is recommending, if no event exists, the `d` tag can still be calculated from the mint's pubkey/id. | 46 | The `d` tag in `kind:38000` is the `kind:38173`/`kind:38172` event identifier this event is recommending, if no event exists, the `d` tag can still be calculated from the mint's pubkey/id. |
| 47 | The `k` tag is the kind number that corresponds to the event kind that the user is recommending, in this case `kind:38173` for fedimints and `kind:38172` for cashu mints. | 47 | The `k` tag is the kind number that corresponds to the event kind that the user is recommending, in this case `kind:38173` for fedimints and `kind:38172` for cashu mints. |