fix minor typo on nip-01

This commit is contained in:
Vincent Liao 2022-01-26 14:10:45 +07:00 committed by fiatjaf
parent 9b29745245
commit bf8bf03033
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ To obtain the `event.id`, we `sha256` the serialized event. The serialization is
<created_at, as a number>, <created_at, as a number>,
<kind, as a number>, <kind, as a number>,
<tags, as an array of arrays>, <tags, as an array of arrays>,
<content>, as a string <content, as a string>
] ]
``` ```