mirror of
https://github.com/monero-project/monero.git
synced 2025-08-09 00:52:23 -04:00
Merge pull request #6019
d60c1b6
changed 'batttery' to 'battery' (jakehemmerle)
This commit is contained in:
commit
4a67bdbde4
42 changed files with 43 additions and 43 deletions
|
@ -288,7 +288,7 @@ namespace tools
|
|||
if (setup == tools::wallet2::BackgroundMiningMaybe)
|
||||
{
|
||||
MINFO("The daemon is not set up to background mine.");
|
||||
MINFO("With background mining enabled, the daemon will mine when idle and not on batttery.");
|
||||
MINFO("With background mining enabled, the daemon will mine when idle and not on battery.");
|
||||
MINFO("Enabling this supports the network you are using, and makes you eligible for receiving new monero");
|
||||
MINFO("Set setup-background-mining to 1 in monero-wallet-cli to change.");
|
||||
return;
|
||||
|
@ -307,7 +307,7 @@ namespace tools
|
|||
return;
|
||||
}
|
||||
|
||||
MINFO("Background mining enabled. The daemon will mine when idle and not on batttery.");
|
||||
MINFO("Background mining enabled. The daemon will mine when idle and not on battery.");
|
||||
}
|
||||
//------------------------------------------------------------------------------------------------------------------------------
|
||||
bool wallet_rpc_server::not_open(epee::json_rpc::error& er)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue