From 00e4fafb6e5aeeef28a0387b7c9ae5cf6fd1d342 Mon Sep 17 00:00:00 2001 From: nahuhh <50635951+nahuhh@users.noreply.github.com> Date: Sun, 21 Sep 2025 18:15:19 +0000 Subject: [PATCH] cryptonote_core: `--dns-versions-check` is deprecated --- src/cryptonote_core/cryptonote_core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cryptonote_core/cryptonote_core.cpp b/src/cryptonote_core/cryptonote_core.cpp index d96305f3e..ee7e643a6 100644 --- a/src/cryptonote_core/cryptonote_core.cpp +++ b/src/cryptonote_core/cryptonote_core.cpp @@ -697,7 +697,7 @@ namespace cryptonote else if (check_updates_string == "update") check_updates_level = UPDATES_UPDATE; else { - MERROR("Invalid argument to --dns-versions-check: " << check_updates_string); + MERROR("Invalid argument to --check-updates: " << check_updates_string); return false; }