mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-10 07:48:19 -05:00
fix(example): launch with debug capabilities (#18947)
This commit is contained in:
@@ -53,7 +53,7 @@ fn main() {
|
||||
Ok(())
|
||||
})
|
||||
// launch the node with custom rpc
|
||||
.launch()
|
||||
.launch_with_debug_capabilities()
|
||||
.await?;
|
||||
|
||||
handle.wait_for_node_exit().await
|
||||
|
||||
Reference in New Issue
Block a user