Skip to content

Commit

Permalink
feat: enable clique namespace api for signer
Browse files Browse the repository at this point in the history
  • Loading branch information
mrekucci committed Feb 21, 2024
1 parent 500e907 commit bf5fe87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geth-poa/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit bf5fe87

Please sign in to comment.