refactor: pull reth/common/rlp up to reth/rlp (#1146)

This commit is contained in:
Georgios Konstantopoulos
2023-02-02 13:54:13 -08:00
committed by GitHub
parent 16b3f1677c
commit 1f64d8e9d7
31 changed files with 21 additions and 21 deletions

View File

@ -11,7 +11,7 @@ description = "Support for EIP-1459 Node Discovery via DNS"
# reth
reth-primitives = { path = "../../primitives" }
reth-net-common = { path = "../common" }
reth-rlp = { path = "../../common/rlp" }
reth-rlp = { path = "../../rlp" }
# ethereum
secp256k1 = { version = "0.24", features = [