diff options
| author | nahuhh <50635951+nahuhh@users.noreply.github.com> | 2025-09-21 18:15:19 +0000 |
|---|---|---|
| committer | nahuhh <50635951+nahuhh@users.noreply.github.com> | 2025-09-21 18:53:02 +0000 |
| commit | 00e4fafb6e5aeeef28a0387b7c9ae5cf6fd1d342 (patch) | |
| tree | eb48bb1f66bde50f71a7d5774e3701d2666af6e3 /src | |
| parent | 81f948a4a1b2ab9314399f6fd82405aefd1b97a5 (diff) | |
| download | monzero-core-00e4fafb6e5aeeef28a0387b7c9ae5cf6fd1d342.tar.gz monzero-core-00e4fafb6e5aeeef28a0387b7c9ae5cf6fd1d342.tar.xz monzero-core-00e4fafb6e5aeeef28a0387b7c9ae5cf6fd1d342.zip | |
cryptonote_core: `--dns-versions-check` is deprecated
Diffstat (limited to 'src')
| -rw-r--r-- | src/cryptonote_core/cryptonote_core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
