Skip to content

Commit

Permalink
Merge pull request steemit#368 from abitmore/fix-366-delete-comment-i…
Browse files Browse the repository at this point in the history
…mpacted

Link delete_comment_operation to impacted. steemit#366
  • Loading branch information
bytemaster authored Sep 10, 2016
2 parents 686c39a + cf89431 commit 163df49
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 163df49

Please sign in to comment.