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 /61.md | |
| parent | 252f746010cebafb3f98720ec5e8fb2634f70b77 (diff) | |
Fix typos (#2014)
Diffstat (limited to '61.md')
| -rw-r--r-- | 61.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -78,7 +78,7 @@ Clients should REQ for nutzaps: | |||
| 78 | * Filtering with `#u` for mints they expect to receive ecash from. | 78 | * Filtering with `#u` for mints they expect to receive ecash from. |
| 79 | * this is to prevent even interacting with mints the user hasn't explicitly signaled. | 79 | * this is to prevent even interacting with mints the user hasn't explicitly signaled. |
| 80 | * Filtering with `since` of the most recent `kind:7376` event the same user has created. | 80 | * Filtering with `since` of the most recent `kind:7376` event the same user has created. |
| 81 | * this can be used as a marker of the nutzaps that have already been swaped by the user -- clients might choose to use other kinds of markers, including internal state -- this is just a guidance of one possible approach. | 81 | * this can be used as a marker of the nutzaps that have already been swapped by the user -- clients might choose to use other kinds of markers, including internal state -- this is just a guidance of one possible approach. |
| 82 | 82 | ||
| 83 | `{ "kinds": [9321], "#p": ["my-pubkey"], "#u": ["<mint-1>", "<mint-2>"], "since": <latest-created_at-of-kind-7376> }`. | 83 | `{ "kinds": [9321], "#p": ["my-pubkey"], "#u": ["<mint-1>", "<mint-2>"], "since": <latest-created_at-of-kind-7376> }`. |
| 84 | 84 | ||