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
After #2845 we compute the hash in the header once but we are still calling compute_block_hash trhoughout the code, we want to move to hash instead. We may want to make the former private and the later public.
After #2845 we compute the hash in the header once but we are still calling
compute_block_hashtrhoughout the code, we want to move tohashinstead. We may want to make the former private and the later public.