We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0735544 commit 70f2a5dCopy full SHA for 70f2a5d
1 file changed
include/bitcoin/system/chain/chain_state.hpp
@@ -49,7 +49,7 @@ class BC_API chain_state
49
typedef std::deque<uint32_t> bitss;
50
typedef std::deque<uint32_t> versions;
51
typedef std::deque<uint32_t> timestamps;
52
- typedef std::shared_ptr<chain_state> ptr;
+ typedef std::shared_ptr<const chain_state> cptr;
53
typedef struct { size_t count; size_t high; } range;
54
55
/// Heights used to identify construction requirements.
0 commit comments