diff options
| author | tobtoht <tob@featherwallet.org> | 2025-09-24 20:49:35 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2025-09-24 20:49:35 +0000 |
| commit | fc0ff59adfa621edfdb292c2cdc70108bdd1fa2a (patch) | |
| tree | 4592f11ae1dfec70230b04a45b2eedabe7f8ad1a /src/cryptonote_core | |
| parent | 6382e1e3f7886aff21f7351642b591216ad901a6 (diff) | |
| parent | 00e4fafb6e5aeeef28a0387b7c9ae5cf6fd1d342 (diff) | |
| download | monzero-core-fc0ff59adfa621edfdb292c2cdc70108bdd1fa2a.tar.gz monzero-core-fc0ff59adfa621edfdb292c2cdc70108bdd1fa2a.tar.xz monzero-core-fc0ff59adfa621edfdb292c2cdc70108bdd1fa2a.zip | |
Merge pull request #10092
00e4faf cryptonote_core: `--dns-versions-check` is deprecated (nahuhh)
Diffstat (limited to 'src/cryptonote_core')
| -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; } |
