tidy up miner msgs

This commit is contained in:
wowario
2021-06-13 21:44:15 +03:00
parent 7d1b51ebf7
commit 2d3fa0f1c9
4 changed files with 35 additions and 8 deletions

View File

@@ -417,7 +417,7 @@ bool t_command_parser_executor::start_mining(const std::vector<std::string>& arg
}
if (info.is_subaddress)
{
tools::fail_msg_writer() << "subaddress for mining reward is not yet supported!" << std::endl;
tools::fail_msg_writer() << "You can't use a subaddress to mine. You need to use your wallet's main address, which starts with \"Wo\"." << std::endl;
return true;
}
if(nettype != cryptonote::MAINNET)