Skip to content

Commit

Permalink
Update src/protocol/libp2p/kademlia/query/find_many_nodes.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitry Markin <[email protected]>
  • Loading branch information
lexnv and dmitry-markin authored Apr 19, 2024
1 parent d4d99eb commit 53174df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/protocol/libp2p/kademlia/query/find_many_nodes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ use crate::{
};

/// Context for multiple `FIND_NODE` queries.
// TODO: implement https://github.com/paritytech/litep2p/issues/80.
// TODO: implement finding nodes not present in the routing table,
// see https://github.com/paritytech/litep2p/issues/80.
#[derive(Debug)]
pub struct FindManyNodesContext {
/// Query ID.
Expand Down

0 comments on commit 53174df

Please sign in to comment.