Skip to content

Commit d7de564

Browse files
author
Michael de Hoog
authored
Disable txpool API by default (#96)
1 parent 5c8b489 commit d7de564

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

geth-entrypoint

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ exec ./geth \
4444
--http.vhosts="*" \
4545
--http.addr=0.0.0.0 \
4646
--http.port="$RPC_PORT" \
47-
--http.api=web3,debug,eth,txpool,net,engine \
47+
--http.api=web3,debug,eth,net,engine \
4848
--authrpc.addr=0.0.0.0 \
4949
--authrpc.port="$AUTHRPC_PORT" \
5050
--authrpc.vhosts="*" \
@@ -53,7 +53,7 @@ exec ./geth \
5353
--ws.addr=0.0.0.0 \
5454
--ws.port="$WS_PORT" \
5555
--ws.origins="*" \
56-
--ws.api=debug,eth,txpool,net,engine \
56+
--ws.api=debug,eth,net,engine \
5757
--metrics \
5858
--metrics.addr=0.0.0.0 \
5959
--metrics.port="$METRICS_PORT" \

0 commit comments

Comments
 (0)