aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rwxr-xr-xutils/ethereum_ip_addresses_download.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/ethereum_ip_addresses_download.sh b/utils/ethereum_ip_addresses_download.sh
index 172c656d7..076b24359 100755
--- a/utils/ethereum_ip_addresses_download.sh
+++ b/utils/ethereum_ip_addresses_download.sh
@@ -20,9 +20,9 @@ echo "(2) Processing IP addresses..."
grep 'enode' $TMP | grep -v '^/' | grep ':' | cut -d '@' -f 2 | cut -d ':' -f 1 > $LIST
is_file_empty "${LIST}"
-./ipaddr2list.py $LIST NDPI_PROTOCOL_MINING > $DEST
+./ipaddr2list.py $LIST NDPI_PROTOCOL_ETHEREUM > $DEST
rm -f $TMP $LIST
is_file_empty "${DEST}"
-echo "(3) Ethereum/Mining IPs are available in $DEST"
+echo "(3) Ethereum IPs are available in $DEST"
exit 0