diff --git a/stack-orchestrator/config/docker-entrypoint.sh b/stack-orchestrator/config/docker-entrypoint.sh index 6d40fbc..606b840 100755 --- a/stack-orchestrator/config/docker-entrypoint.sh +++ b/stack-orchestrator/config/docker-entrypoint.sh @@ -61,6 +61,7 @@ exec "geth" \ --config="${BSC_CONFIG}" \ --datadir="${DATA_DIR}" \ --rpc.allow-unprotected-txs \ + --history.transactions 0 \ --http \ --http.addr="0.0.0.0" \ --http.port 8545 \