From 5aa4db6af922f2e329a44046a8ff632a837cea5a Mon Sep 17 00:00:00 2001 From: mrekucci <4932785+mrekucci@users.noreply.github.com> Date: Tue, 20 Feb 2024 12:59:53 -0300 Subject: [PATCH] feat: enable clique namespace api for bootnode --- 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 bf8fb77585ab..9bbc046c9815 100644 --- a/geth-poa/entrypoint.sh +++ b/geth-poa/entrypoint.sh @@ -85,7 +85,7 @@ if [ "$GETH_NODE_TYPE" = "bootnode" ]; 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 \ --ws \ --ws.addr="$NODE_IP" \ --ws.port="$WS_PORT" \