Make CBlockIndex* returned by GetDepthInMainChain const.
Make the CBlockIndex* (optionally) returned by GetDepthInMainChain
const. This prevents accidental modification. The result is for
reading its properties rather than modifying it.
Make CBlockIndex* returned by GetDepthInMainChain const. a31e8bad53e4Unpublished Tags None Subscribers None
Description
Details
|