From b2a0548e4733820f2a8a0049524a124da3174536 Mon Sep 17 00:00:00 2001 From: Thomas Coratger <60488569+tcoratger@users.noreply.github.com> Date: Sun, 27 Aug 2023 22:29:55 +0200 Subject: [PATCH] feat(net): rm TODO for `DEFAULT_DISCOVERY_PORT` (#4366) --- crates/net/eth-wire/src/builder.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/net/eth-wire/src/builder.rs b/crates/net/eth-wire/src/builder.rs index 3b5866bdef..6b271f72df 100644 --- a/crates/net/eth-wire/src/builder.rs +++ b/crates/net/eth-wire/src/builder.rs @@ -100,7 +100,6 @@ impl HelloBuilder { // TODO: proper client versioning client_version: "Ethereum/1.0.0".to_string(), capabilities: vec![EthVersion::Eth68.into()], - // TODO: default port config port: DEFAULT_DISCOVERY_PORT, id: pubkey, },