From b59b61e12197273909370f9f478c3c3a1274fcd0 Mon Sep 17 00:00:00 2001
From: Robert Martin-Legene <robert@nic.ar>
Date: Mon, 22 Apr 2019 15:27:14 -0300
Subject: [PATCH] --net deberia haber sido --port

---
 bin/start.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/start.sh b/bin/start.sh
index 46f3b07..203e174 100755
--- a/bin/start.sh
+++ b/bin/start.sh
@@ -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
-- 
GitLab