Skip to content

Commit

Permalink
Update for SMTs
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandeberg committed Aug 23, 2018
1 parent c6d8c29 commit de857c0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions libraries/plugins/rc/rc_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -761,10 +761,16 @@ struct post_apply_operation_visitor
}

void operator()( const claim_reward_balance_operation& op )const
{ try {
{
_mod_accounts.push_back( op.account );
}

#ifdef STEEM_ENABLE_SMT
void operator()( const claim_reward_balance2_operation& op )const
{
_mod_accounts.push_back( op.account );
} FC_LOG_AND_RETHROW()
}
#endif

void operator()( const hardfork_operation& op )const
{
Expand Down

0 comments on commit de857c0

Please sign in to comment.