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