diff --git a/geth-poa/entrypoint.sh b/geth-poa/entrypoint.sh index 99274fd1a923..4d3356901978 100644 --- a/geth-poa/entrypoint.sh +++ b/geth-poa/entrypoint.sh @@ -130,7 +130,7 @@ elif [ "$GETH_NODE_TYPE" = "signer" ]; then --http.vhosts="*" \ --http.addr="$NODE_IP" \ --http.port="$RPC_PORT" \ - --http.api=web3,debug,eth,txpool,net,engine \ + --http.api=web3,debug,eth,txpool,net,engine,clique \ --bootnodes $BOOTNODE_ENDPOINT \ --networkid=$CHAIN_ID \ --unlock=$BLOCK_SIGNER_ADDRESS \