bench: Add missing pow.h header #13530

pull laanwj wants to merge 1 commits into bitcoin:master from laanwj:2018_06_add_missing_header changing 1 files +1 −0
  1. laanwj commented at 5:25 PM on June 24, 2018: member

    Fix a build error introduced in #13219.

    .../bitcoin/src/bench/block_assemble.cpp:42:13:error: use of undeclared identifier 'CheckProofOfWork'
        while (!CheckProofOfWork(block->GetHash(), block->nBits, Params().GetConsensus())) {
    
  2. bench: Add missing pow.h header
    Fix a build error introduced in #13219.
    
    ```
    .../bitcoin/src/bench/block_assemble.cpp:42:13:error: use of undeclared identifier 'CheckProofOfWork'
        while (!CheckProofOfWork(block->GetHash(), block->nBits, Params().GetConsensus())) {
    ```
    cec84c2f1a
  3. laanwj added the label Tests on Jun 24, 2018
  4. sipa commented at 5:34 PM on June 24, 2018: member

    ACK cec84c2f1a359676ac4d206f10ee936d4d7db9b5, build is broken without it.

  5. laanwj merged this on Jun 24, 2018
  6. laanwj closed this on Jun 24, 2018

  7. laanwj referenced this in commit b1dc39df6e on Jun 24, 2018
  8. MarcoFalke commented at 6:17 PM on June 24, 2018: member

    ACK, seems this was a silent merge conflict with 5b35b9276858f6841ab4b688883461f602e9f937

  9. MarcoFalke commented at 6:18 PM on June 24, 2018: member

    Also my lack of using iwyu

  10. MarcoFalke locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-13 15:15 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me