File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 55#ifndef BITCOIN_NODE_BLOCKSTORAGE_H
66#define BITCOIN_NODE_BLOCKSTORAGE_H
77
8+ #include < attributes.h>
89#include < chain.h>
910#include < fs.h>
10- #include < protocol.h> // For CMessageHeader::MessageStartChars
11+ #include < protocol.h>
1112#include < sync.h>
1213#include < txdb.h>
1314
@@ -179,7 +180,7 @@ class BlockManager
179180 const CBlockIndex* GetLastCheckpoint (const CCheckpointData& data) EXCLUSIVE_LOCKS_REQUIRED(cs_main);
180181
181182 // ! 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);
183184
184185 /* * True if any block files have ever been pruned. */
185186 bool m_have_pruned = false ;
You can’t perform that action at this time.
0 commit comments