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 a5fcc6b commit e54c96d
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 @@ -873,7 +873,7 @@ where
self.last_known_records.insert(kademlia_key, new_record);
true
} else if new_record.creation_time == current_record_info.creation_time {
// Same record just update in case this is a record from old nods that don't have
// Same record just update in case this is a record from old nodes that don't have
// timestamp.
debug!(
target: LOG_TARGET,
Expand Down

0 comments on commit e54c96d

Please sign in to comment.