Minor change

This commit is contained in:
Heebs 2022-01-24 10:20:46 -05:00 committed by fiatjaf
parent a0c61b8a1e
commit 3e0f00fbfa
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,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). 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: The only object type that exists is the `event`, which has the following format on the wire:
``` ```
{ {