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
Note: When I was logging calls to computeBlockHash in 1 test the function was called with the same value 3 times. Make sure this value gets stored on the Header object as it is expensive to compute.
Look for TODO(#3941) in the codebase.
Note: When I was logging calls to
computeBlockHashin 1 test the function was called with the same value 3 times. Make sure this value gets stored on the Header object as it is expensive to compute.