We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6027823 commit 58220c1Copy full SHA for 58220c1
libp2p/peer/peer_record.py
@@ -25,7 +25,7 @@ class PeerRecord(IPeerRecord):
25
- `peer_id`: The peer's globally unique indentifier.
26
- `addrs`: A list of the peer's publicly reachable multiaddrs.
27
- `seq`: A strictly monotonically increasing timestamp used
28
- to order records over time.
+ to order records over time.
29
30
PeerRecords are designed to be signed and transmitted in libp2p routing Envelopes.
31
"""
0 commit comments