remove dot

This commit is contained in:
blacktemplar 2020-09-11 06:44:36 +02:00
parent 9cbc7c37f4
commit 8f0b15f9f7
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ Likewise, clients MUST NOT emit or propagate messages larger than this limit.
The `message-id` of a gossipsub message MUST be:
```python
message-id: SHA256(message.data).
message-id: SHA256(message.data)
```
The payload is carried in the `data` field of a gossipsub message, and varies depending on the topic: