mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 15:46:43 +00:00
feat: enable clique namespace api for signer
This commit is contained in:
parent
500e90710d
commit
bf5fe87ec2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue