feat: NodeExit future core implementation (#6166)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Nil Medvedev
2024-01-25 12:11:47 +01:00
committed by GitHub
parent dad9ebd0aa
commit 2901b3cb33
2 changed files with 84 additions and 22 deletions

View File

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