You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has existed since HF20.
And I think it may be caused by "Vote Dust Threshold" which be removed in HF20.
There are following codes in /libraries/chain/steem_evaluator.cpp
condenser_api.get_content return an invalid value for
net_votes
when there are"weight": 0
votes on a post/comment.Here is an example:
author = 'conformity'
permlink = 'award-winning-cgi-3d-animated-short-film-le-gouffre-by-lightning-boy-studio-cgmeetup'
Calling get_content() returns:
If you check the "active_votes" array returned, you will notice there are exactly 374 upvotes with
"weight": 0
value.The text was updated successfully, but these errors were encountered: