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
SetNewParams() in x/stake sets all parameter from params struct. This will be used only for initializing all parameters in testing. We should define SetXXX()s for individual parameters and use it for production code.