feat: add secp256k1 feature in reth-network-peers (#8712)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Panagiotis Ganelis
2024-06-10 13:46:22 +02:00
committed by GitHub
parent ee7a829a12
commit 8717ed757b
9 changed files with 36 additions and 13 deletions

View File

@ -15,7 +15,7 @@ workspace = true
# reth
reth-primitives.workspace = true
reth-net-common.workspace = true
reth-network-peers.workspace = true
reth-network-peers = { workspace = true, features = ["secp256k1"] }
# ethereum
secp256k1 = { workspace = true, features = ["global-context", "rand-std", "recovery", "serde"] }