Re-add includes for uint256.cpp and uint256.h into libbitcoin_consensus.a
Details
Details
- Reviewers
deadalnix freetrader - Group Reviewers
Restricted Project - Commits
- rSTAGING6c562f1eb524: Fix MacOS X build
rABC6c562f1eb524: Fix MacOS X build
make check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
This causes uint256 to be linked in twice when using consensus and util libraries. This is a problem.
Comment Actions
Need to figure out how to deal with the need for these symbols in both libraries without including them twice.