aaroncox / chainbb

chainBB backend services and api
https://chainbb.com
MIT License
52 stars 36 forks source link

Don't try to vote if below vote dust threshhold #53

Closed syvb closed 6 years ago

syvb commented 6 years ago

In the Steem source code, if abs_rshares > 50000000 does not hold true, then a vote cannot be cast, to avoid low powered votes from spamming the blockchain. ChainBB should display a message, instead of loading on the Vote button forever, if this happens.

inertia186 commented 6 years ago

Note: https://github.com/steemit/steem/issues/1764

We are removing the vote dust threshold in HF 20.