mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-23 00:45:53 -05:00
update sig data
This commit is contained in:
parent
0b4032c3e7
commit
62b7389963
2
101.md
2
101.md
|
@ -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>"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user