atomone-hub / atomone

AtomOne chain software
Apache License 2.0
14 stars 5 forks source link

refactor(gov): remove usage of v1.ValidatorGovInfo #7

Closed tbruyelle closed 2 months ago

tbruyelle commented 2 months ago

This type was used to hold the validator vote and its delegation deductions. Now that vote inheritance is disabled, we don't need to hold these values any more, we can just use the type returned by the staking keeper.