NIP-57: add empty message parameter in zap tag

This commit is contained in:
P. Reis 2024-08-09 10:28:37 -03:00 committed by GitHub
parent 2ddbf19489
commit f5304dc45b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
57.md
View File

@ -175,8 +175,8 @@ When an event includes one or more `zap` tags, clients wishing to zap it SHOULD
{ {
"tags": [ "tags": [
[ "zap", "82341f882b6eabcd2ba7f1ef90aad961cf074af15b9ef44a09f9d2a8fbfbe6a2", "wss://nostr.oxtr.dev", "1", "Creator of Twitter"], // 25% [ "zap", "82341f882b6eabcd2ba7f1ef90aad961cf074af15b9ef44a09f9d2a8fbfbe6a2", "wss://nostr.oxtr.dev", "1", "Creator of Twitter"], // 25%
[ "zap", "fa984bd7dbb282f07e16e7ae87b26a2a7b9b90b7246a44771f0cf5ae58018f52", "wss://nostr.wine/", "1" ], // 25% [ "zap", "fa984bd7dbb282f07e16e7ae87b26a2a7b9b90b7246a44771f0cf5ae58018f52", "wss://nostr.wine/", "1", ""], // 25%
[ "zap", "460c25e682fda7832b52d1f22d3d22b3176d972f60dcdc3212ed8c92ef85065c", "wss://nos.lol/", "2" ] // 50% [ "zap", "460c25e682fda7832b52d1f22d3d22b3176d972f60dcdc3212ed8c92ef85065c", "wss://nos.lol/", "2", ""] // 50%
] ]
} }
``` ```