diff options
Diffstat (limited to '94.md')
| -rw-r--r-- | 94.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -25,7 +25,7 @@ This NIP specifies the use of the `30063` event type (parameterized replaceable | |||
| 25 | ["decrypt",<algorithm>,<key>], | 25 | ["decrypt",<algorithm>,<key>], |
| 26 | ["p", <32-bytes hex of a pubkey>, <recommended relay URL>], | 26 | ["p", <32-bytes hex of a pubkey>, <recommended relay URL>], |
| 27 | ], | 27 | ], |
| 28 | "content": "A beautiful picture of a wild toucan", | 28 | "content": <description>, |
| 29 | "sig": <64-bytes hex of the signature of the sha256 hash of the serialized event data, which is the same as the "id" field> | 29 | "sig": <64-bytes hex of the signature of the sha256 hash of the serialized event data, which is the same as the "id" field> |
| 30 | } | 30 | } |
| 31 | 31 | ||