mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +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 \
|
||||
--password ./password \
|
||||
--port 30303 \
|
||||
--maxpeer 200 \
|
||||
--maxpeers 200 \
|
||||
--rpc \
|
||||
--rpccorsdomain "*" \
|
||||
--rpcaddr 0.0.0.0 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue