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
- Branch
- master
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 1251 Build 1251: arc lint + arc unit
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.