mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
maxpeers, not maxpeer
This commit is contained in:
parent
252ae516ba
commit
86314fe734
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ exec tomo $params \
|
|||
--identity $IDENTITY \
|
||||
--password ./password \
|
||||
--port 30303 \
|
||||
--maxpeer 200 \
|
||||
--maxpeers 200 \
|
||||
--rpc \
|
||||
--rpccorsdomain "*" \
|
||||
--rpcaddr 0.0.0.0 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue