mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(discv5): remove todo (#7684)
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user