mirror of
https://github.com/monero-project/monero.git
synced 2026-01-18 23:55:47 -08:00
changed 'batttery' to 'battery'
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user