diff --git a/specs/phase0/p2p-interface.md b/specs/phase0/p2p-interface.md index be2d40ca3..c28deb2ee 100644 --- a/specs/phase0/p2p-interface.md +++ b/specs/phase0/p2p-interface.md @@ -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: