-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EditValidator command do not support min-self-delegation #4763
Comments
This is intentional -- a validator cannot change this value once created. Choose wisely ;-) |
Thanks, got it. @alexanderbez Maybe then we do not need the related code in func
|
whunmr
added a commit
to coinexchain/dex
that referenced
this issue
Jul 24, 2019
Ahhh great catch @whunmr! Indeed we do allow it to change, but only increase: if !(*msg.MinSelfDelegation).GT(validator.MinSelfDelegation) {
return ErrMinSelfDelegationDecreased(k.Codespace()).Result()
} @fedekunze apologies. Do you mind re-opening the PR? |
reopened |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary of Bug
EditValidator command do not support flag
--min-self-delegation
Version
1536f96e8b64707f859e0f54c028c922e6532c5d
Fri Jul 19 15:47:58 2019 +0100
master
Steps to Reproduce
fix
Add flagset in code of GetCmdEditValidator:
For Admin Use
The text was updated successfully, but these errors were encountered: