We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4e04b commit 979204dCopy full SHA for 979204d
crates/scroll/node/src/builder/network.rs
@@ -78,7 +78,7 @@ where
78
ctx: &BuilderContext<Node>,
79
pool: Pool,
80
) -> eyre::Result<Self::Network> {
81
- let config = self::network_config(ctx)?;
+ let config = ctx.network_config()?;
82
let network = NetworkManager::builder(config).await?;
83
let handle = ctx.start_network(network, pool);
84
info!(target: "reth::cli", enode=%handle.local_node_record(), "P2P networking initialized");
0 commit comments