From cf61b549b3ed39b67692f4dcdbc130c18badeeb7 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sun, 17 Mar 2024 14:53:54 +0100 Subject: [PATCH] let's connect --- base/geth-entrypoint | 1 - 1 file changed, 1 deletion(-) diff --git a/base/geth-entrypoint b/base/geth-entrypoint index 3a035bfd..cee58459 100755 --- a/base/geth-entrypoint +++ b/base/geth-entrypoint @@ -71,7 +71,6 @@ exec ./geth \ --state.scheme=${OP_GETH_STATE_SCHEME:-hash} \ --db.engine=${GETH_DB_ENGINE:-leveldb} \ --discovery.port=${P2P_PORT:-30303} \ - #--nodiscover \ --maxpeers=100 \ --nat=extip:$HOST_IP \ --networkid="$CHAIN_ID" \