Skip to content
Snippets Groups Projects
Commit b59b61e1 authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

--net deberia haber sido --port

parent 21f097bf
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ function startgeth
unset xtra
if [ "$netport" != 30303 ]
then
flexargs="${flexargs} --net $netport"
flexargs="${flexargs} --port $netport"
fi
if [ "$rpcport" != 30303 ]
then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment