Skip to content

Commit 979204d

Browse files
committed
fix: ci
1 parent 3c4e04b commit 979204d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/scroll/node/src/builder/network.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ where
7878
ctx: &BuilderContext<Node>,
7979
pool: Pool,
8080
) -> eyre::Result<Self::Network> {
81-
let config = self::network_config(ctx)?;
81+
let config = ctx.network_config()?;
8282
let network = NetworkManager::builder(config).await?;
8383
let handle = ctx.start_network(network, pool);
8484
info!(target: "reth::cli", enode=%handle.local_node_record(), "P2P networking initialized");

0 commit comments

Comments
 (0)