Skip to content

Commit

Permalink
Disable txpool API by default (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog authored Aug 19, 2023
1 parent 5c8b489 commit d7de564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geth-entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -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="*" \
Expand All @@ -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" \
Expand Down

0 comments on commit d7de564

Please sign in to comment.