Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pow-migration: Wait for the child process launching the client
Wait for the child process when launching the PoS client from the migration tool to address the warning in the [documentation](https://doc.rust-lang.org/std/process/struct.Child.html#warning) where they don't recommend to drop `Child` handles without waiting on them first.
- Loading branch information