Skip to content

Commit

Permalink
steemit#3328: Only bump curation rewards to 50%
Browse files Browse the repository at this point in the history
  • Loading branch information
sgerbino committed May 31, 2019
1 parent fad386f commit 7405bc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/chain/database.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5238,7 +5238,6 @@ void database::apply_hardfork( uint32_t hardfork )

modify( get< reward_fund_object, by_name >( STEEM_POST_REWARD_FUND_NAME ), [&]( reward_fund_object& rfo )
{
rfo.percent_content_rewards = 50 * STEEM_1_PERCENT;
rfo.percent_curation_rewards = 50 * STEEM_1_PERCENT;
});
}
Expand Down

0 comments on commit 7405bc3

Please sign in to comment.