Skip to content

Commit

Permalink
discv5 Geth is now enabled by default (#1933)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Sep 20, 2024
1 parent 9e2c003 commit 3c80c5d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions geth/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,6 @@ else
__prune=""
fi

if [ "${IPV6}" = "true" ]; then
echo "Configuring Geth for discv5 for IPv6 advertisements"
__ipv6="--discv5"
else
__ipv6=""
fi

# Word splitting is desired for the command line parameters
# shellcheck disable=SC2086
exec "$@" ${__datadir} ${__ancient} ${__ipv6} ${__network} ${__prune} ${__verbosity} ${EL_EXTRAS}
exec "$@" ${__datadir} ${__ancient} ${__network} ${__prune} ${__verbosity} ${EL_EXTRAS}

0 comments on commit 3c80c5d

Please sign in to comment.