NIP-61: get rid of 'a' tag (#1742)

This commit is contained in:
P. Reis 2025-02-04 22:35:15 -03:00 committed by GitHub
parent 4e564ba4d9
commit a0cd05f013
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
61.md
View File

@ -97,7 +97,6 @@ Multiple `kind:9321` events can be tagged in the same `kind:7376` event.
[ "e", "<7375-event-id>", "relay-hint", "created" ] // new token event that was created
]),
"tags": [
[ "a", "37375:<pubkey>:my-wallet" ], // an optional wallet tag
[ "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)
]