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 6db73bf commit 38e03e3
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 @@ -647,7 +647,7 @@ impl<K: EnrKey> Enr<K> {
Ok(None)
}

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

0 comments on commit 38e03e3

Please sign in to comment.