maxpeers, not maxpeer

This commit is contained in:
AnilChinchawale 2018-11-09 11:01:34 +05:30
parent 21656d1855
commit 75c6ed60a7

View file

@ -151,7 +151,7 @@ exec XDC $params \
--identity $IDENTITY \
--password ./password \
--port 30303 \
--maxpeer 200 \
--maxpeers 200 \
--rpc \
--rpccorsdomain "*" \
--rpcaddr 0.0.0.0 \