mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 15:28:01 -05:00
fix(examples): change method to launch with debug capabilities (#18946)
This commit is contained in:
@@ -33,7 +33,7 @@ async fn main() -> eyre::Result<()> {
|
||||
let NodeHandle { node, node_exit_future: _ } = NodeBuilder::new(node_config)
|
||||
.testing_node(tasks.executor())
|
||||
.node(EthereumNode::default())
|
||||
.launch()
|
||||
.launch_with_debug_capabilities()
|
||||
.await?;
|
||||
|
||||
let mut notifications = node.provider.canonical_state_stream();
|
||||
|
||||
Reference in New Issue
Block a user