mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-17 18:30:45 +00:00
maxpeers, not maxpeer
This commit is contained in:
parent
21656d1855
commit
75c6ed60a7
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ exec XDC $params \
|
||||||
--identity $IDENTITY \
|
--identity $IDENTITY \
|
||||||
--password ./password \
|
--password ./password \
|
||||||
--port 30303 \
|
--port 30303 \
|
||||||
--maxpeer 200 \
|
--maxpeers 200 \
|
||||||
--rpc \
|
--rpc \
|
||||||
--rpccorsdomain "*" \
|
--rpccorsdomain "*" \
|
||||||
--rpcaddr 0.0.0.0 \
|
--rpcaddr 0.0.0.0 \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue