diff --git a/geth-entrypoint b/geth-entrypoint index 0f643948..5bb6dcd8 100755 --- a/geth-entrypoint +++ b/geth-entrypoint @@ -44,7 +44,7 @@ exec ./geth \ --http.vhosts="*" \ --http.addr=0.0.0.0 \ --http.port="$RPC_PORT" \ - --http.api=web3,debug,eth,txpool,net,engine \ + --http.api=web3,debug,eth,net,engine \ --authrpc.addr=0.0.0.0 \ --authrpc.port="$AUTHRPC_PORT" \ --authrpc.vhosts="*" \ @@ -53,7 +53,7 @@ exec ./geth \ --ws.addr=0.0.0.0 \ --ws.port="$WS_PORT" \ --ws.origins="*" \ - --ws.api=debug,eth,txpool,net,engine \ + --ws.api=debug,eth,net,engine \ --metrics \ --metrics.addr=0.0.0.0 \ --metrics.port="$METRICS_PORT" \