Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/gwyneth' into gwyneth-cecilia
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaZ030 committed Sep 16, 2024
2 parents 9dc325a + 5af74cc commit 6005ff5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions bin/reth/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ fn main() -> eyre::Result<()> {
let tasks = TaskManager::current();
let exec = tasks.executor();

let network_config = NetworkArgs {
discovery: DiscoveryArgs { disable_discovery: true, ..DiscoveryArgs::default() },
..NetworkArgs::default()
};
let network_config = NetworkArgs {
discovery: DiscoveryArgs { disable_discovery: true, ..DiscoveryArgs::default() },
..NetworkArgs::default()
Expand All @@ -44,13 +40,6 @@ fn main() -> eyre::Result<()> {
.with_rpc(RpcServerArgs::default().with_unused_ports().with_static_l2_rpc_ip_and_port())
.set_dev(true);

let NodeHandle { node: eth_node, node_exit_future: _ } =
NodeBuilder::new(node_config.clone())
.testing_node(exec.clone())
.node(EthereumNode::default())
.launch()
.await?;

let NodeHandle { node: gwyneth_node, node_exit_future: _ } =
NodeBuilder::new(node_config.clone())
.testing_node(exec.clone())
Expand Down

0 comments on commit 6005ff5

Please sign in to comment.