Skip to content

Commit

Permalink
Proper fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrachi1 committed Mar 12, 2024
1 parent 058017e commit e058f35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
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
3 changes: 0 additions & 3 deletions scripts/local_testnet/stop_local_testnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@ PID_FILE=$TESTNET_DIR/PIDS.pid
./kill_processes.sh $PID_FILE
rm -f $PID_FILE

# Not all geth processes are killed when cleaning the PID_FILE. See:
# https://github.com/sigp/lighthouse/issues/5382
killall -HUP geth || true

0 comments on commit e058f35

Please sign in to comment.