Skip to content

Commit

Permalink
Update src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: João Oliveira <[email protected]>
  • Loading branch information
AgeManning and jxs authored Oct 28, 2024
1 parent f790c02 commit 6db73bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ impl<K: EnrKey> Enr<K> {
Ok(None)
}

/// Unsets the udp field on the ENR
/// Unsets the udp field on the ENR.
pub fn remove_udp4(&mut self, key: &K) -> Result<(), Error> {
self.remove_key(UDP_ENR_KEY, key)
}
Expand Down

0 comments on commit 6db73bf

Please sign in to comment.