mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
feat: NodeExit future core implementation (#6166)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@@ -223,8 +223,6 @@ impl<Ext: RethCliExt> NodeCommand<Ext> {
|
||||
|
||||
// launch the node
|
||||
let handle = node_config.launch::<Ext>(ext, executor).await?;
|
||||
|
||||
// wait for node exit
|
||||
handle.wait_for_node_exit().await
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user