<!--- Remove sections that do not apply -->
This issue tracker is only for technical issues related to bitcoin-core.
General bitcoin questions and/or support requests and are best directed to the Bitcoin StackExchange.
For reporting security issues, please read instructions at https://bitcoincore.org/en/contact/.
Describe the issue
Can you reliably reproduce the issue? Yes
If so, please list the steps to reproduce below:
checkblock.cpp line 13 points to incorrect file name "bench/data/block413567.raw.h" data directory contains file "bench/data/block413567.raw" Line 13 should be changed from: 12: namespace block_bench { 13: #include "bench/data/block413567.raw.h" 14: } // namespace block_bench to: 12: namespace block_bench { 13: #include "bench/data/block413567.raw" 14: } // namespace block_bench
Expected behaviour
raw block should be included
Actual behaviour
unresolved inclusion error
Screenshots.
If the issue is related to the GUI, screenshots can be added to this issue via drag & drop.
What version of bitcoin-core are you using? git clone master 20170711
List the version number/commit ID, and if it is an official binary, self compiled or a distribution package such as PPA.
Machine specs:
- OS: Linux
- CPU: Intel
- RAM: 8G
- Disk size: 1TB
- Disk Type (HD/SDD): SSD
Any extra information that might be useful in the debugging process.
This is normally the contents of a debug.log or config.log file. Raw text or a link to a pastebin type site are preferred.