mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-30 00:23:46 +00:00
Merge pull request #25 from primevprotocol/clique-api
feat: enable clique namespace api for bootnode
This commit is contained in:
commit
ebf83831aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue