The anonymizer wasn't properly setting the journal

This commit is contained in:
John Wiegley 2012-03-13 00:04:44 -05:00
parent dcd83203e6
commit f35f68823a

View file

@ -263,6 +263,8 @@ void anonymize_posts::operator()(post_t& post)
xact.payee = to_hex(message_digest);
xact.note = none;
} else {
xact.journal = post.xact->journal;
}
std::list<string> account_names;