added maturation block to output of yield_info in CLI wallet

This commit is contained in:
Some Random Crypto Guy
2024-09-30 14:38:41 +01:00
parent 2fa8ef97ef
commit b828703bbd

View File

@@ -8414,8 +8414,9 @@ bool simple_wallet::yield_info(const std::vector<std::string> &args) {
% print_money(burnt)
% print_money(yield);
else
message_writer(console_color_green, false) << boost::format(tr("Height %d, txid %s, staked %s SAL, %s SAL accrued so far"))
message_writer(console_color_green, false) << boost::format(tr("Height %d (matures %d), txid %s, staked %s SAL, %s SAL accrued so far"))
% height
% (height + 21601)
% txid
% print_money(burnt)
% print_money(yield);