File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ The protocol has the following steps:
60
60
4 . ` A ` sends ` B ` a Fetch request for ` k `
61
61
5 . If Fetch returns a record that supersedes ` A ` 's current record then ` A ` updates its record and Publishes it to the network
62
62
63
- Note: PubSub does not guarantee that the a message sent by a peer ` A ` will be received by a peer ` B ` and it's possible
63
+ Note: PubSub does not guarantee that a message sent by a peer ` A ` will be received by a peer ` B ` and it's possible
64
64
(e.g. in systems like [ gossipsub] ( https://github.com/libp2p/specs/tree/master/pubsub/gossipsub ) )
65
65
that this is true even if ` A ` and ` B ` are already connected. Therefore, whenever ` A ` notices ** any** node that has
66
66
connected to it and subscribed to ` t ` it should run the Fetch protocol as described above. However, developers may have routers
You can’t perform that action at this time.
0 commit comments