forked from mooncoincore/wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes according to Cherry-pick from Bitcoin repo, 1ec0c0a to make O…
…SX build work under Boost 1.66+ Cherry-pick from Bitcoin repo, 1ec0c0a: adds "const" suffix to several lines in txmempool.h and miner.h To make this build succeed under OSX with Boost lib 1.66+ bitcoin/bitcoin@1ec0c0a
- Loading branch information
1 parent
6b15acc
commit d5dfd6a
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d5dfd6a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes from bitcoin/bitcoin@1ec0c0a to let it build with Boost 1.66+ on Mac OSX. Binary available in releases, built on El Capitan; please test on Sierra and High Sierra and let me know how it goes.