Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a build error introduced in bitcoin#13219. ``` .../bitcoin/src/bench/block_assemble.cpp:42:13:error: use of undeclared identifier 'CheckProofOfWork' while (!CheckProofOfWork(block->GetHash(), block->nBits, Params().GetConsensus())) { ```
- Loading branch information