Update gossipsub v1.0: fixed gossip-emission link

This commit is contained in:
Oskar Thorén
2020-06-15 10:26:29 +08:00
committed by GitHub
parent 5e507b0f12
commit a8d19108ee

View File

@@ -338,7 +338,7 @@ included topic id.
### IHAVE
The `IHAVE` message is [emitted as gossip](gossip-emission). It provides the
The `IHAVE` message is [emitted as gossip](#gossip-emission). It provides the
remote peer with a list of messages that were recently seen by the local router.
The remote peer may then request the full message content with an [`IWANT` message](#iwant).