You are viewing a single comment's thread from:
RE: SteemWorld News ~ Coming Curation Rewards, Improved Payout Details (+ Beneficiaries Payout) implemented
I use Steemworld daily several times. Today I noticed a peculiar thing which I never found. Today early hours my reputation was 51.996 after some activities my reputation has gone up to 52. But in Steemworld it is showing 61.000. Here with I am providing the screen shots of both steem and steemworld. Can you please check the problem?
I'm using the formula from the official Steem JS Library. After some debugging I've found the cause for this:
Your exact reputation is '1000995952600'. The 4 leading digits that are being used for further calculation are in your case '1000'. The result for
Math.log(leadingDigits) / Math.log(10)
is < 3.0, but it should be >= 3.0 in this case.I will report the bug on GitHub after I've fixed it on SteemWorld ;)
Thanks for your report!
problem fixed. thank you for your immediate action