From bf5fe87ec2234cd86f1daf4b5117e542ee82434d Mon Sep 17 00:00:00 2001 From: mrekucci <4932785+mrekucci@users.noreply.github.com> Date: Tue, 20 Feb 2024 21:42:12 -0300 Subject: [PATCH] feat: enable clique namespace api for signer --- geth-poa/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \