1
0
Fork 0
forked from lthn/blockchain

wallet: fixed minor issue with dump_transfers()

This commit is contained in:
sowle 2019-11-20 10:24:47 +03:00
parent c51ef0cda7
commit 5db4024be9
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -3044,6 +3044,7 @@ void wallet2::dump_trunsfers(std::stringstream& ss, bool verbose) const
}
else
{
boost::io::ios_flags_saver ifs(ss);
ss << "index amount spent_h g_index block block_ts flg tx out# key image" << ENDL;
for (size_t i = 0; i != m_transfers.size(); i++)
{