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 several usages of State.getHash in our codebase which we use solely to compute hash for the state. We should use computeHash instead. The result is exactly the same, the code looks more intuitive.