Skip to content

Commit

Permalink
Update substrate/client/authority-discovery/src/worker.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitry Markin <[email protected]>
  • Loading branch information
alexggh and dmitry-markin authored Jul 18, 2024
1 parent f083318 commit a5fcc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/client/authority-discovery/src/worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ pub struct Worker<Client, Block: BlockT, DhtEventStream> {
/// Set of in-flight lookups.
in_flight_lookups: HashMap<KademliaKey, AuthorityId>,

/// Set of lookups we can still received records.
/// Set of lookups we can still receive records.
/// These are the entries in the `in_flight_lookups` for which
/// we got at least one successfull result.
known_lookups: HashMap<KademliaKey, AuthorityId>,
Expand Down

0 comments on commit a5fcc6b

Please sign in to comment.