nip01: fix json formatting.

pull/36/head
fiatjaf 2021-10-23 13:22:52 -03:00
rodzic 69509f40cd
commit 5553654e0c
1 zmienionych plików z 37 dodań i 36 usunięć

Wyświetl plik

@ -13,6 +13,7 @@ This NIP defines the basic protocol that should be implemented by everybody. New
Each user has a keypair. Signatures, public key and encodings are done according to the [Schnorr signatures standard for the curve `secp256k1`](https://bips.xyz/340).
The single object type that exists is the `event`, which has the following format on the wire:
```
{
id: <32-bytes sha256 of the the serialized event data>