Skip to content

Commit

Permalink
Merge pull request #534 from evoskuil/master
Browse files Browse the repository at this point in the history
Add generated artifact (conditionally include consensus).
  • Loading branch information
evoskuil authored Feb 15, 2024
2 parents f0496c3 + 1d2eb0d commit 472b333
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 61 deletions.
60 changes: 0 additions & 60 deletions builds/cmake/modules/FindBitcoin-Blockchain.cmake

This file was deleted.

7 changes: 6 additions & 1 deletion include/bitcoin/node.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@
* Maintainers: Do not include this header internal to this library.
*/

////#include <bitcoin/blockchain.hpp>
#include <bitcoin/database.hpp>

#ifdef WITH_CONSENSUS
#include <bitcoin/consensus.hpp>
#endif

#include <bitcoin/network.hpp>
#include <bitcoin/node/configuration.hpp>
#include <bitcoin/node/define.hpp>
Expand Down

0 comments on commit 472b333

Please sign in to comment.