forked from lthn/blockchain
wallet: fixed minor issue with dump_transfers()
This commit is contained in:
parent
c51ef0cda7
commit
5db4024be9
1 changed files with 1 additions and 0 deletions
|
|
@ -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++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue