You are viewing a single comment's thread from:

RE: Introducing Steeve Vote Beneficiaries

in #steeve5 years ago

I think you're right :(

get_curation_rewards_percent takes comment as a parameter, but doesn't do anything with it and returns always 25%.

And then in pay_curators there is this piece of code:

if( !c.allow_curation_rewards )
      {
         unclaimed_rewards = 0;
         max_rewards = 0;
      }

Which (imo without a reason) resets all curation rewards to 0. I opened an issue to find out if it's a feature or a bug.

Thanks a lot for pointing that out! We will have to update the way how steeve vote beneficiaries are implemented, but the general idea is still valid.

Posted using Steeve, an AI-powered Steem interface

Sort:  

bump to follow this thread when the results come back from the newest test. hope you will provide your findings here @hr1, thanks.

I just did.

Posted using Steeve, an AI-powered Steem interface