cryptonote_core: --dns-versions-check is deprecated

This commit is contained in:
nahuhh 2025-09-21 18:15:19 +00:00
parent 81f948a4a1
commit 00e4fafb6e

View File

@ -697,7 +697,7 @@ namespace cryptonote
else if (check_updates_string == "update") else if (check_updates_string == "update")
check_updates_level = UPDATES_UPDATE; check_updates_level = UPDATES_UPDATE;
else { else {
MERROR("Invalid argument to --dns-versions-check: " << check_updates_string); MERROR("Invalid argument to --check-updates: " << check_updates_string);
return false; return false;
} }