From 17484afc2fa6b4943ccdabad1cb87729ebe2b828 Mon Sep 17 00:00:00 2001 From: Age Manning Date: Mon, 28 Oct 2024 15:49:30 +1100 Subject: [PATCH] Update src/lib.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: João Oliveira --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 11b2954..0046ad1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -673,7 +673,7 @@ impl Enr { Ok(None) } - /// Unsets the `tcp6` field on the ENR + /// Unsets the `tcp6` field on the ENR. pub fn remove_tcp6(&mut self, key: &K) -> Result<(), Error> { self.remove_key(TCP6_ENR_KEY, key) }