update example according to latest commit

Co-authored-by: dluvian <133484344+dluvian@users.noreply.github.com>
This commit is contained in:
Anurag Lint 2024-08-20 11:24:29 +02:00 committed by GitHub
parent 70c92a56db
commit abcafd3c80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
100.md
View File

@ -37,7 +37,7 @@ The `content` field must be empty to prevent the attacker from publishing a mali
{ {
"kind": 1000, "kind": 1000,
"pubkey": <pubkey to be locked>, "pubkey": <pubkey to be locked>,
"content": "Someone has stolen my password", "content": "",
... ...
} }
``` ```