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
On handleMsgEditValidator, we presently run stakeKeeper.UpdateValidator, which runs the full power update logic - as far as I can tell, this is unnecessary, since only the description has changed. All we need to do is write the primary record in the store.
Activity