chore: use DEFAULT_DISCOVERY_PORT constant (#4356)

This commit is contained in:
PatStiles
2023-08-25 03:47:58 -04:00
committed by GitHub
parent 50ba82803d
commit 6d0b00a391
10 changed files with 24 additions and 14 deletions

View File

@ -13,6 +13,7 @@ description = "Network interfaces"
reth-primitives.workspace = true
reth-eth-wire = { path = "../eth-wire" }
reth-rpc-types.workspace = true
reth-discv4 = { path = "../discv4" }
# io
serde = { workspace = true, features = ["derive"], optional = true }