Skip to content

Commit

Permalink
Link delete_comment_operation to impacted. steemit#366
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore committed Sep 10, 2016
1 parent 7c71d29 commit cf89431
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libraries/app/impacted.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ struct get_impacted_account_visitor
_impacted.insert( op.parent_author );
}

void operator()( const delete_comment_operation& op )
{
_impacted.insert( op.author );
}

void operator()( const vote_operation& op )
{
_impacted.insert( op.voter );
Expand Down

0 comments on commit cf89431

Please sign in to comment.