aboutsummaryrefslogtreecommitdiff
path: root/src/optional.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove 'boost::optional'-related gcc warningsHennadii Stepanov2019-01-301-0/+9
|
* Add height, depth, and hash methods to the Chain interfaceRussell Yanofsky2019-01-151-0/+17
And use them to remove uses of chainActive and mapBlockIndex in wallet code This commit does not change behavior. Co-authored-by: Ben Woosley <[email protected]>