update sig data

This commit is contained in:
0xchatTeam 2023-05-15 00:21:26 +08:00
parent 0b4032c3e7
commit 62b7389963

2
101.md
View File

@ -51,7 +51,7 @@ In the content field, <encrypted_text> would be a JSON string:
{ {
"p":"A's real pubkey", "p":"A's real pubkey",
"content":"your content", "content":"your content",
"sig":"<signature of the event id, generated with A's real private key>" "sig":"<signature of the sha256 hash of the data: [eventCreateTime, p, content], generated with A's real private key>"
} }
``` ```