hoodrunio / explorer-backend

Backend app for Cosmos ecosystem explorer.
https://backend.testnet.run/
5 stars 1 forks source link

fix: validator voting power #92

Closed Errorist79 closed 1 year ago

Errorist79 commented 1 year ago

We were getting the validator voting power value from the delegator_shares object, but in a possible slash the delegator shares value misleads us. Get voting power from the tokens object.

Example

image

amorfc commented 1 year ago

Fixed