NIP-61: nitpicks (#1754)

This commit is contained in:
P. Reis 2025-02-06 12:28:23 -03:00 committed by GitHub
parent 63d1e89f53
commit e286001789
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
61.md
View File

@ -94,11 +94,11 @@ Multiple `kind:9321` events can be tagged in the same `kind:7376` event.
"content": nip44_encrypt([ "content": nip44_encrypt([
[ "direction", "in" ], // in = received, out = sent [ "direction", "in" ], // in = received, out = sent
[ "amount", "1" ], [ "amount", "1" ],
[ "e", "<7375-event-id>", "relay-hint", "created" ] // new token event that was created [ "e", "<7375-event-id>", "<relay-hint>", "created" ] // new token event that was created
]), ]),
"tags": [ "tags": [
[ "e", "<9321-event-id>", "relay-hint", "redeemed" ], // nutzap event that has been redeemed [ "e", "<9321-event-id>", "<relay-hint>", "redeemed" ], // nutzap event that has been redeemed
[ "p", "sender-pubkey" ] // pubkey of the author of the 9321 event (nutzap sender) [ "p", "<sender-pubkey>" ] // pubkey of the author of the 9321 event (nutzap sender)
] ]
} }
``` ```