Page MenuHomePhabricator

test: remove unnecessary block rehashing prior to solving
Needs ReviewPublic

Authored by PiRK on Mon, Feb 24, 13:21.

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

Solving a block involves continously rehashing it, i.e. any extra
calls to rehash it before are not necessary and can be dropped.

This is a backport of core#23498

Test Plan

ninja check-functional

Diff Detail