Skip to content
Snippets Groups Projects
Commit 0b237262 authored by roadscape's avatar roadscape
Browse files

dirty account on account_update op, fix #207

parent cebbb920
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,11 @@ class Blocks:
elif op_type == 'create_claimed_account_operation':
account_names.add(op['new_account_name'])
# account metadata updates
elif op_type == 'account_update_operation':
if not is_initial_sync:
Accounts.dirty(set([op['account']]))
# post ops
elif op_type == 'comment_operation':
comment_ops.append(op)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment