Skip to content

Commit a1d0888

Browse files
aschmahmannlidel
andauthored
Update naming/pubsub.md
Co-Authored-By: Marcin Rataj <[email protected]>
1 parent a1a0e48 commit a1d0888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

naming/pubsub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Reviewers:
1414
IPNS consists of a public/private asymmetric cryptographic key pair, a record type and a protocol.
1515
Part of the protocol involves a routing layer that is used for the distribution and discovery of new or updated IPNS records.
1616

17-
The IPNS PubSub router uses as a base [libp2p PubSub](https://github.com/libp2p/specs/tree/master/pubsub), but layers on it persistence so as to ensure IPNS updates are always available to a connected network.
17+
The IPNS PubSub router uses [libp2p PubSub](https://github.com/libp2p/specs/tree/master/pubsub) as a base, and adds persistence on top of it to ensure IPNS updates are always available to a connected network.
1818
An inherent property of the IPNS PubSub Router is that IPNS records are republishable by peers other than the peer that originated the record.
1919
This implies that as long as a peer on the network has an IPNS record it can be made available to other peers (although the records may be ignored if they are received after the IPNS record's End-of-Life/EOL).
2020

0 commit comments

Comments
 (0)