feat(net): add way to get the NodeRecord of the local node (#875)

Co-authored-by: Enrique Ortiz <evalir@users.noreply.github.com>
This commit is contained in:
Enrique Ortiz
2023-01-13 10:57:29 -04:00
committed by GitHub
parent 18dbcd4e6a
commit 0603f07c6c
4 changed files with 16 additions and 2 deletions

View File

@ -7,4 +7,5 @@ repository = "https://github.com/paradigmxyz/reth"
readme = "README.md"
description = "Network interfaces"
[dependencies]
[dependencies]
reth-primitives = { path = "../../primitives" }