mirror of
https://github.com/monero-project/monero.git
synced 2025-12-10 15:32:47 +01:00
Merge pull request #10091
935f2d2 cryptonote_core: `--dns-versions-check` is deprecated (nahuhh)
This commit is contained in:
@@ -706,7 +706,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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user