mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Add a space in mining to testnet/stagenet string
This commit is contained in:
parent
8361d60aef
commit
372ffeba21
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ bool t_command_parser_executor::start_mining(const std::vector<std::string>& arg
|
|||
return true;
|
||||
}
|
||||
if(nettype != cryptonote::MAINNET)
|
||||
std::cout << "Mining to a " << (nettype == cryptonote::TESTNET ? "testnet" : "stagenet") << "address, make sure this is intentional!" << std::endl;
|
||||
std::cout << "Mining to a " << (nettype == cryptonote::TESTNET ? "testnet" : "stagenet") << " address, make sure this is intentional!" << std::endl;
|
||||
uint64_t threads_count = 1;
|
||||
bool do_background_mining = false;
|
||||
bool ignore_battery = false;
|
||||
|
|
Loading…
Reference in a new issue