ajusts decrypt tag

This commit is contained in:
frbittencourt
2023-04-20 08:06:14 -03:00
committed by fiatjaf_
parent ac515573a0
commit 9d69bd05dc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ This NIP specifies the use of the `30063` event type (parameterized replaceable
"tags": [
["d", <string with name of file>],
["url",<string with URL of file>],
["decrypt",<algorithm>,<key>],
["decrypt",<algorithm>,<Decryption Params>],
["p", <32-bytes hex of a pubkey>, <recommended relay URL>],
["hash",< SHA256 hexencoded string of the file>
],
+1 -1
View File
@@ -23,7 +23,7 @@ The `NIP-94` can be used to broadcast the ID of that event, with the ` and ` tag
"kind": 30064,
"tags": [
["d", <string with name of file>],
["decrypt",<algorithm>,<key>],
["decrypt",<algorithm>,<Decryption Params>],
["p", <32-bytes hex of a pubkey>, <recommended relay URL>],
["hash",< SHA256 hexencoded string of the raw data>]
],