refactor: move write_peers_to_file to NetworkManager impl (#9134)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Querty
2024-07-03 16:05:44 +02:00
committed by GitHub
parent d41aac380b
commit c5167a4784
6 changed files with 39 additions and 29 deletions

2
Cargo.lock generated
View File

@@ -7476,6 +7476,7 @@ dependencies = [
"reth-dns-discovery",
"reth-ecies",
"reth-eth-wire",
"reth-fs-util",
"reth-metrics",
"reth-net-banlist",
"reth-network",
@@ -7650,6 +7651,7 @@ dependencies = [
"tempfile",
"tokio",
"tokio-stream",
"tracing",
]
[[package]]