Issue 1770 move rlp impl for enr to discv4 crate (#1804)

Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
This commit is contained in:
his-dudenesss
2023-03-17 00:59:29 +01:00
committed by GitHub
parent 090bbe7836
commit 57894f7b98
6 changed files with 187 additions and 174 deletions

View File

@ -12,7 +12,7 @@ Ethereum network discovery
[dependencies]
# reth
reth-primitives = { path = "../../primitives" }
reth-rlp = { path = "../../rlp", features = ["enr"] }
reth-rlp = { path = "../../rlp" }
reth-rlp-derive = { path = "../../rlp/rlp-derive" }
reth-net-common = { path = "../common" }
reth-net-nat = { path = "../nat" }