File tree 1 file changed +3
-2
lines changed 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 5
5
#ifndef BITCOIN_NODE_BLOCKSTORAGE_H
6
6
#define BITCOIN_NODE_BLOCKSTORAGE_H
7
7
8
+ #include < attributes.h>
8
9
#include < chain.h>
9
10
#include < fs.h>
10
- #include < protocol.h> // For CMessageHeader::MessageStartChars
11
+ #include < protocol.h>
11
12
#include < sync.h>
12
13
#include < txdb.h>
13
14
@@ -179,7 +180,7 @@ class BlockManager
179
180
const CBlockIndex* GetLastCheckpoint (const CCheckpointData& data) EXCLUSIVE_LOCKS_REQUIRED(cs_main);
180
181
181
182
// ! Find the first block that is not pruned
182
- const CBlockIndex* GetFirstStoredBlock (const CBlockIndex& start_block) EXCLUSIVE_LOCKS_REQUIRED(::cs_main);
183
+ const CBlockIndex* GetFirstStoredBlock (const CBlockIndex& start_block LIFETIMEBOUND ) EXCLUSIVE_LOCKS_REQUIRED(::cs_main);
183
184
184
185
/* * True if any block files have ever been pruned. */
185
186
bool m_have_pruned = false ;
You can’t perform that action at this time.
0 commit comments