I missed this change when backporting [[https://github.com/bitcoin/bitcoin/pull/19425 | core#19425]] in D11419. It caused an assertion to fail when running this benchmark:
```
bitcoin-bench: ../../src/interfaces/chain.cpp:226: interfaces::{anonymous}::ChainImpl::findBlock(const BlockHash&, const interfaces::FoundBlock&)::<lambda()>: Assertion `"m_node.chainman" &&check' failed.
```
[[ https://github.com/bitcoin/bitcoin/pull/19425/commits/6965f1352d2d7086d308750ce83a84f191a17755#diff-157f588a09ff1da05b8c74acfcfb4da21917b6a97ed5d2e702228d621d23e66d | Link to original Bitcoin Core commit ]]