favor pythonic notation for array slices

This commit is contained in:
Danny Ryan 2020-09-14 10:57:35 -06:00 committed by GitHub
parent deb58fd21e
commit 89be1f5bc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 the first 8 bytes of the SHA-256 hash of the message data, i.e.:
```python
message-id: (SHA256(message.data))[0..8]
message-id: (SHA256(message.data))[0:8]
```
The payload is carried in the `data` field of a gossipsub message, and varies depending on the topic: