Improvements for building/deploying geth.

This commit is contained in:
Thomas E Lackey 2023-01-12 11:33:52 -06:00
parent eb7de54d12
commit 70a475d2df

View File

@ -85,7 +85,7 @@ else
--mine \
--miner.threads=1 \
--metrics \
--verbosity=${GETH_VERBOSITY:-3} \
--vmodule="${GETH_VMODULE:-statediff/*=6}" \
--verbosity=${CERC_GETH_VERBOSITY:-3} \
--vmodule="${CERC_GETH_VMODULE:-statediff/*=6}" \
--miner.etherbase="${ETHERBASE}" ${STATEDIFF_OPTS}
fi