From ba3ea8490c6ccaafa2e01f07acb3bdf99cd5993f Mon Sep 17 00:00:00 2001 From: Age Manning Date: Mon, 28 Oct 2024 15:49:23 +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 6e2e64c..11b2954 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -660,7 +660,7 @@ impl Enr { Ok(None) } - /// Unsets the `tcp` field on the ENR + /// Unsets the `tcp` field on the ENR. pub fn remove_tcp(&mut self, key: &K) -> Result<(), Error> { self.remove_key(TCP_ENR_KEY, key) }