mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-11-29 15:36:36 -05:00
Merge branch 'capabiltiiesTypo2023-10-14' into 'main'
Fix capabiltiies comment typo find_peers.rs See merge request veilid/veilid!223
This commit is contained in:
commit
a03c84cff8
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ impl RoutingTable {
|
|||
|
||||
/// Utility to find nodes that are closer to a key than our own node,
|
||||
/// preferring reliable nodes first, and returning their peer info
|
||||
/// Can filter based on a particular set of capabiltiies
|
||||
/// Can filter based on a particular set of capabilities
|
||||
pub fn find_preferred_peers_closer_to_key(
|
||||
&self,
|
||||
key: TypedKey,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue