mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
fix local start script
This commit is contained in:
parent
4df9699821
commit
8e07f0678f
1 changed files with 1 additions and 2 deletions
|
|
@ -49,8 +49,7 @@ XDC --ethstats ${netstats} \
|
|||
--bootnodes ${bootnodes} \
|
||||
--syncmode full \
|
||||
--datadir /work/xdcchain \
|
||||
--networkid 551 \
|
||||
-port $port \
|
||||
--port $port \
|
||||
--rpc --rpccorsdomain "*" \
|
||||
--rpcaddr 0.0.0.0 \
|
||||
--rpcport $rpc_port \
|
||||
|
|
|
|||
Loading…
Reference in a new issue