Skip to content

Commit

Permalink
Add generated artifact (conditionally include consensus).
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Feb 14, 2024
1 parent f0496c3 commit 8146af0
Showing 1 changed file with 6 additions and 1 deletion.
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 8146af0

Please sign in to comment.