Skip to content

Commit 9c4e6fd

Browse files
authored
clients/erigon: --externalcl flag is not supported anymore (#760)
1 parent 3b877f0 commit 9c4e6fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/erigon/erigon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,6 @@ if [ "$HIVE_TERMINAL_TOTAL_DIFFICULTY" != "" ]; then
135135
fi
136136

137137
# Launch the main client.
138-
FLAGS="$FLAGS --nat=none --externalcl"
138+
FLAGS="$FLAGS --nat=none"
139139
echo "Running erigon with flags $FLAGS"
140140
$erigon $FLAGS

0 commit comments

Comments
 (0)