Small fixes

This commit is contained in:
SChernykh
2021-08-29 00:13:53 +02:00
parent 8a26498b66
commit 8e29abd906
3 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -657,7 +657,7 @@ void SideChain::print_status()
"\nYour hashrate (est) = " << log::Hashrate(hashrate_est) <<
"\nPPLNS window = " << total_blocks_in_window << " blocks (+" << total_uncles_in_window << " uncles, " << total_orphans << " orphans)"
"\nYour shares = " << our_blocks_in_window << " blocks (+" << our_uncles_in_window << " uncles, " << our_orphans << " orphans)"
"\nNext payout = " << log::XMRAmount(next_payout)
"\nNext payout (est) = " << log::XMRAmount(next_payout)
);
}