added GUI yield support

This commit is contained in:
Some Random Crypto Guy
2024-07-31 12:39:06 +01:00
parent 301f2973d7
commit 8a82655fa4
8 changed files with 149 additions and 2 deletions
+1 -1
View File
@@ -8444,7 +8444,7 @@ bool simple_wallet::yield_info(const std::vector<std::string> &args) {
% print_money(total_yield)
% print_money(yield_per_stake);
// Now summarise our own YIELD TXs that are yet to amture
// Now summarise our own YIELD TXs that are yet to mature
tools::wallet2::transfer_container transfers;
m_wallet->get_transfers(transfers);
if (transfers.empty())