diff options
| author | P. Reis <patrickpereirareal1@gmail.com> | 2025-02-06 12:28:23 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-07 00:28:23 +0900 |
| commit | e286001789b0dbd0b1ef9f3cbf91f16f6e9e5c9e (patch) | |
| tree | 7bf940ef9b830c3c9eb49e55deda09377915ea6e /61.md | |
| parent | 63d1e89f5380ae88b3c9e7903fdea6129beae0d0 (diff) | |
NIP-61: nitpicks (#1754)
Diffstat (limited to '61.md')
| -rw-r--r-- | 61.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -94,11 +94,11 @@ Multiple `kind:9321` events can be tagged in the same `kind:7376` event. | |||
| 94 | "content": nip44_encrypt([ | 94 | "content": nip44_encrypt([ |
| 95 | [ "direction", "in" ], // in = received, out = sent | 95 | [ "direction", "in" ], // in = received, out = sent |
| 96 | [ "amount", "1" ], | 96 | [ "amount", "1" ], |
| 97 | [ "e", "<7375-event-id>", "relay-hint", "created" ] // new token event that was created | 97 | [ "e", "<7375-event-id>", "<relay-hint>", "created" ] // new token event that was created |
| 98 | ]), | 98 | ]), |
| 99 | "tags": [ | 99 | "tags": [ |
| 100 | [ "e", "<9321-event-id>", "relay-hint", "redeemed" ], // nutzap event that has been redeemed | 100 | [ "e", "<9321-event-id>", "<relay-hint>", "redeemed" ], // nutzap event that has been redeemed |
| 101 | [ "p", "sender-pubkey" ] // pubkey of the author of the 9321 event (nutzap sender) | 101 | [ "p", "<sender-pubkey>" ] // pubkey of the author of the 9321 event (nutzap sender) |
| 102 | ] | 102 | ] |
| 103 | } | 103 | } |
| 104 | ``` | 104 | ``` |