Skip to content

Commit

Permalink
Merge pull request steemit#3392 from Smittyvb/impact-steem-dao-by-sps…
Browse files Browse the repository at this point in the history
…-fund

Impact @steem.dao by sps_fund operation
  • Loading branch information
sgerbino authored Jul 3, 2019
2 parents a470bc2 + c158543 commit 0a7ddfd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libraries/chain/util/impacted.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,11 @@ struct get_impacted_account_visitor
_impacted.insert( op.proposal_owner );
}

void operator()( const sps_fund_operation& op )
{
_impacted.insert(STEEM_TREASURY_ACCOUNT);
}

void operator()( const hardfork_operation& op )
{
_impacted.insert( STEEM_INIT_MINER_NAME );
Expand Down

0 comments on commit 0a7ddfd

Please sign in to comment.