mirror of
https://github.com/monero-project/monero.git
synced 2025-02-02 10:55:03 -05:00
Merge pull request #9701
f3349b9dd daemon: fix log message typo (selsta)
This commit is contained in:
commit
d69161d584
@ -243,7 +243,7 @@ int main(int argc, char const * argv[])
|
||||
const bool regtest = command_line::get_arg(vm, cryptonote::arg_regtest_on);
|
||||
if (testnet + stagenet + regtest > 1)
|
||||
{
|
||||
std::cerr << "Can't specify more than one of --tesnet and --stagenet and --regtest" << ENDL;
|
||||
std::cerr << "Can't specify more than one of --testnet and --stagenet and --regtest" << ENDL;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user