fix(discv5): remove todo (#7684)

This commit is contained in:
Emilia Hane
2024-04-17 00:13:35 +02:00
committed by GitHub
parent 86d8f0b0ec
commit b386a8d504

View File

@ -125,7 +125,7 @@ impl<C> NetworkConfig<C> {
let boot_nodes = self.boot_nodes.clone();
let mut builder =
reth_discv5::Config::builder(rlpx_port).add_unsigned_boot_nodes(boot_nodes.into_iter()); // todo: store discv5 peers in separate file
reth_discv5::Config::builder(rlpx_port).add_unsigned_boot_nodes(boot_nodes.into_iter());
if chain.is_optimism() {
builder = builder.fork(OPSTACK, fork_id)