Prepare access to untrim headers

This commit is contained in:
Pablo Greco 2023-06-29 12:10:09 -07:00 committed by James Dorfman
parent a4d7ac7bbe
commit 31835f2a86
4 changed files with 13 additions and 0 deletions

View file

@ -76,6 +76,7 @@ class BlockManager
{
friend CChainState;
friend ChainstateManager;
friend CBlockIndex;
private:
void FlushBlockFile(bool fFinalize = false, bool finalize_undo = false);