diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index da380010..cd4c4535 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -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++) {