mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-12 15:03:45 +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.vhosts="*" \
|
||||||
--http.addr="$NODE_IP" \
|
--http.addr="$NODE_IP" \
|
||||||
--http.port="$RPC_PORT" \
|
--http.port="$RPC_PORT" \
|
||||||
--http.api=web3,debug,eth,txpool,net,engine \
|
--http.api=web3,debug,eth,txpool,net,engine,clique \
|
||||||
--ws \
|
--ws \
|
||||||
--ws.addr="$NODE_IP" \
|
--ws.addr="$NODE_IP" \
|
||||||
--ws.port="$WS_PORT" \
|
--ws.port="$WS_PORT" \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue