Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure all geth processes are killed when stopping a local testnet #5383

Merged
merged 2 commits into from
Mar 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix geth processes not being killed when stopping a local testnet
  • Loading branch information
danielrachi1 committed Mar 12, 2024
commit d9811e945fa9eb2bd0d1460d3bb2cb5fde5166d2
3 changes: 1 addition & 2 deletions scripts/local_testnet/geth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,4 @@ exec $GETH_BINARY \
--bootnodes $EL_BOOTNODE_ENODE \
--port $network_port \
--http.port $http_port \
--authrpc.port $auth_port \
2>&1 | tee $data_dir/geth.log
--authrpc.port $auth_port
Loading