From bc4cacea87e0299e78e9e7f83a9c2c1630237078 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Sat, 12 Aug 2023 01:32:15 +0000 Subject: [PATCH] Minor script fixes. --- app/data/config/mainnet-eth/scripts/run-geth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/data/config/mainnet-eth/scripts/run-geth.sh b/app/data/config/mainnet-eth/scripts/run-geth.sh index d6c6afb6..85730aec 100755 --- a/app/data/config/mainnet-eth/scripts/run-geth.sh +++ b/app/data/config/mainnet-eth/scripts/run-geth.sh @@ -52,7 +52,7 @@ $START_CMD \ --ws.api="${GETH_WS_API}" \ --rpc.gascap=${GETH_RPC_GASCAP} \ --rpc.evmtimeout=${GETH_RPC_EVMTIMEOUT} \ - --txlookuplimit=${GETH_TXLOOKUPLIMIT} + --txlookuplimit=${GETH_TXLOOKUPLIMIT} \ --verbosity=${GETH_VERBOSITY} \ --log.vmodule="${GETH_VMODULE}" \ ${GETH_OPTS} &