Merge pull request #10092

00e4faf cryptonote_core: `--dns-versions-check` is deprecated (nahuhh)
This commit is contained in:
tobtoht 2025-09-24 20:49:35 +00:00
commit fc0ff59adf
No known key found for this signature in database
GPG Key ID: E45B10DD027D2472

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;
} }