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
As the default value of msd, it seems useless for the adaptable params MinSelfDelegationLimited in staking params.
Problem Definition
Uselessness of the params, MinSelfDelegationLimited , which could be changed by validator's proposal, makes a waste of params check in func handleMsgCreateValidator(...)... .
Proposal
It's better to keep pace with issue #46 by removing the adaptable params MinSelfDelegationLimited.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary
As the default value of msd, it seems useless for the adaptable params
MinSelfDelegationLimited
in staking params.Problem Definition
Uselessness of the params,
MinSelfDelegationLimited
, which could be changed by validator's proposal, makes a waste of params check infunc handleMsgCreateValidator(...)...
.Proposal
It's better to keep pace with issue #46 by removing the adaptable params
MinSelfDelegationLimited
.For Admin Use
The text was updated successfully, but these errors were encountered: