Remove bogus wait

This commit is contained in:
Michael Vines
2019-10-01 11:08:47 -07:00
parent a6363e56b6
commit faae122375

View File

@ -320,7 +320,6 @@ while true; do
secs_to_next_genesis_poll=60
while true; do
if [[ -z $pid ]] || ! kill -0 "$pid"; then
[[ -z $pid ]] || wait "$pid"
echo "############## validator exited, restarting ##############"
break
fi