mirror of
https://github.com/monero-project/monero.git
synced 2025-01-14 03:09:27 -05:00
commit
922acb05fd
@ -9561,7 +9561,7 @@ void simple_wallet::print_accounts(const std::string& tag)
|
|||||||
total_balance += m_wallet->balance(account_index, false);
|
total_balance += m_wallet->balance(account_index, false);
|
||||||
total_unlocked_balance += m_wallet->unlocked_balance(account_index, false);
|
total_unlocked_balance += m_wallet->unlocked_balance(account_index, false);
|
||||||
}
|
}
|
||||||
success_msg_writer() << tr("----------------------------------------------------------------------------------");
|
success_msg_writer() << tr("------------------------------------------------------------------------------------");
|
||||||
success_msg_writer() << boost::format(tr("%15s %21s %21s")) % "Total" % print_money(total_balance) % print_money(total_unlocked_balance);
|
success_msg_writer() << boost::format(tr("%15s %21s %21s")) % "Total" % print_money(total_balance) % print_money(total_unlocked_balance);
|
||||||
}
|
}
|
||||||
//----------------------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user