fix: peer-routing typo (#47)

This commit is contained in:
kumavis 2020-04-22 21:30:59 +08:00 committed by GitHub
parent afc2aa6891
commit 9a8f375d40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,6 @@ A valid (read: that follows this abstraction) Peer Routing module must implement
In a peer to peer context, the concept of 'responsability' or 'closeness' for a given key translates to having a way to find deterministically or that at least there is a significant overlap between searches, the same group of peers when searching for the same given key.
This method will query the network (route it) and return a Priority Queue datastructe with a list of PeerInfo objects, ordered by 'closeness'.
This method will query the network (route it) and return a Priority Queue data structure with a list of PeerInfo objects, ordered by 'closeness'.
key is a multihash