Skip to content

Commit

Permalink
Update iroh-net/src/endpoint.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
flub authored Jun 3, 2024
1 parent 2385988 commit 84a4878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh-net/src/endpoint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ impl Builder {
/// Sets a secret key to authenticate with other peers.
///
/// This secret key's public key will be the [`PublicKey`] of this endpoint and thus
/// also its [`NodeId`][]
/// also its [`NodeId`]
///
/// If not set, a new secret key will be generated.
pub fn secret_key(mut self, secret_key: SecretKey) -> Self {
Expand Down

0 comments on commit 84a4878

Please sign in to comment.