The anonymizer wasn't properly setting the journal
This commit is contained in:
parent
dcd83203e6
commit
f35f68823a
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue