mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
daemon: print mining algorithm in mining_status even when not mining
This commit is contained in:
parent
85014813cf
commit
1f1fff2679
@ -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…
Reference in New Issue
Block a user