Skip to content

Commit

Permalink
Merge 7eafe14 into b060129
Browse files Browse the repository at this point in the history
  • Loading branch information
nachomazzara committed May 30, 2022
2 parents b060129 + 7eafe14 commit 6690a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ local-node:
ethereum/client-go \
--identity="TEST_NODE" --networkid="53611" \
--allow-insecure-unlock \
--rpc --rpcaddr 0.0.0.0 --rpcapi="admin,debug,eth,miner,net,personal,shh,txpool,web3,db" \
--http --http.addr 0.0.0.0 --http.api="admin,debug,eth,miner,net,personal,shh,txpool,web3,db" \
--ws --ws.addr 0.0.0.0 --ws.api="admin,debug,eth,miner,net,personal,shh,txpool,web3,db" --ws.origins \* \
--mine --miner.threads=1 \
--dev --dev.period 0
Expand Down

0 comments on commit 6690a82

Please sign in to comment.