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
There are possible cases where WithdrawValidatorCommission can set the validator's remaining commission to zero coins (e.g. 0photino). This is invalid as the SDK considers such coins invalid. Subsequent calls to withdraw commission will cause an error for the x/bank module.
Summary of Bug
There are possible cases where
WithdrawValidatorCommission
can set the validator's remaining commission to zero coins (e.g.0photino
). This is invalid as the SDK considers such coins invalid. Subsequent calls to withdraw commission will cause an error for thex/bank
module.ref: #3836
For Admin Use
The text was updated successfully, but these errors were encountered: