fix(example): launch with debug capabilities (#18947)

This commit is contained in:
Tilak Madichetti
2025-10-11 16:20:52 +05:30
committed by GitHub
parent b1d6c90fbb
commit 99a5da2f91

View File

@@ -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