daemon: print mining algorithm in mining_status even when not mining

pull/326/head
moneromooo-monero 5 years ago
parent 85014813cf
commit 1f1fff2679
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -573,9 +573,9 @@ bool t_rpc_command_executor::mining_status() {
tools::msg_writer() << "Mining at " << get_mining_speed(mres.speed) << " with " << mres.threads_count << " threads";
}
tools::msg_writer() << "PoW algorithm: " << mres.pow_algorithm;
if (mres.active || mres.is_background_mining_enabled)
{
tools::msg_writer() << "PoW algorithm: " << mres.pow_algorithm;
tools::msg_writer() << "Mining address: " << mres.address;
}

Loading…
Cancel
Save